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