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