blob: 41cef2e0180bec4de415ee7864fbbc8c775674ad [file] [log] [blame]
void fwidthCoarse_1e59d9() {
float3 res = fwidth(float3(0.0f, 0.0f, 0.0f));
}
void fragment_main() {
fwidthCoarse_1e59d9();
return;
}