blob: 8c4eecbd5c987703d6117400930afbdcc735898f [file] [log] [blame]
#version 310 es
precision mediump float;
void fwidthCoarse_e653f7() {
vec2 res = fwidth(vec2(1.0f));
}
void fragment_main() {
fwidthCoarse_e653f7();
}
void main() {
fragment_main();
return;
}