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