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