blob: cd6ea38b42a319af944328fef5f6e2a9d57aa375 [file] [log] [blame]
#version 310 es
precision highp float;
precision highp int;
vec4 prevent_dce;
vec4 fwidth_d2ab9a() {
vec4 res = fwidth(vec4(1.0f));
return res;
}
void main() {
prevent_dce = fwidth_d2ab9a();
}