blob: c0984dae169bb878d51735315998705ae02c8f00 [file] [log] [blame]
#version 310 es
precision mediump float;
layout(binding = 0, std430) buffer prevent_dce_block_ssbo {
float inner;
} prevent_dce;
void fwidth_df38ef() {
float arg_0 = 1.0f;
float res = fwidth(arg_0);
prevent_dce.inner = res;
}
void fragment_main() {
fwidth_df38ef();
}
void main() {
fragment_main();
return;
}