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