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