blob: 8233a876592f2194713d581a2b975b08da652668 [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 dpdx_99edb1() {
vec2 res = dFdx(vec2(1.0f));
return res;
}
void main() {
v.inner = dpdx_99edb1();
}