blob: 39a541e07f9520dd9bc2540d77a34ce1f8d2b837 [file] [log] [blame]
void fwidthFine_523fdc() {
float3 res = fwidth(float3(0.0f, 0.0f, 0.0f));
}
void fragment_main() {
fwidthFine_523fdc();
return;
}