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