blob: 2de2b2b3aa684458d3f59635fbd694f47da2ccc3 [file] [log] [blame]
void fwidth_d2ab9a() {
float4 res = fwidth(float4(0.0f, 0.0f, 0.0f, 0.0f));
}
void fragment_main() {
fwidth_d2ab9a();
return;
}