blob: 51c0685a1f2c420a2b42f7a31d2d9b2616e62d21 [file] [log] [blame]
#version 310 es
precision highp float;
precision highp int;
layout(binding = 0, std430)
buffer prevent_dce_block_1_ssbo {
vec3 inner;
} v;
vec3 dpdy_feb40f() {
vec3 res = dFdy(vec3(1.0f));
return res;
}
void main() {
v.inner = dpdy_feb40f();
}