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