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