blob: d1f14cf2fd0d61600e5338cc2f5602ad2ddf08a8 [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;
float fwidthFine_f1742d() {
float arg_0 = 1.0f;
float res = fwidth(arg_0);
return res;
}
void fragment_main() {
prevent_dce.inner = fwidthFine_f1742d();
}
void main() {
fragment_main();
return;
}