blob: 813cd77d11b6e1ff577e64e3ef074529cb2f9c9c [file] [log] [blame]
#version 310 es
precision highp float;
precision highp int;
layout(binding = 0, std430)
buffer tint_symbol_1_1_ssbo {
float tint_symbol;
} v;
float fwidth_df38ef() {
float arg_0 = 1.0f;
float res = fwidth(arg_0);
return res;
}
void main() {
v.tint_symbol = fwidth_df38ef();
}