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