blob: 75857e33ab2e10ad279bb4cbcafb51260394e8e4 [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 res = fwidth(vec4(1.0f));
return res;
}
void main() {
v.inner = fwidthCoarse_4e4fc4();
}