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