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