blob: 8db14588ff462395a31c473cfcca9753317e542c [file] [log] [blame]
#version 310 es
precision highp float;
precision highp int;
layout(binding = 0, std430) buffer prevent_dce_block_ssbo {
float inner;
} prevent_dce;
void dpdy_7f8d84() {
float arg_0 = 1.0f;
float res = dFdy(arg_0);
prevent_dce.inner = res;
}
void fragment_main() {
dpdy_7f8d84();
}
void main() {
fragment_main();
return;
}