blob: 538661a36b7f64ba867a6903b61ad4d78f8f7ef4 [file] [log] [blame]
#version 310 es
precision highp float;
precision highp int;
layout(binding = 0, std430)
buffer f_prevent_dce_block_ssbo {
vec4 inner;
} v;
vec4 fwidthCoarse_4e4fc4() {
vec4 arg_0 = vec4(1.0f);
vec4 res = fwidth(arg_0);
return res;
}
void main() {
v.inner = fwidthCoarse_4e4fc4();
}