blob: 7d57bbf632653e586631395c4efaf8bfde4b3bb5 [file] [log] [blame]
#version 310 es
precision mediump float;
void fwidthCoarse_159c8a() {
float arg_0 = 1.0f;
float res = fwidth(arg_0);
}
void fragment_main() {
fwidthCoarse_159c8a();
}
void main() {
fragment_main();
return;
}