blob: 76c14ae75135693dedf297ca231e10d4e0b6e012 [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 fwidthCoarse_159c8a() {
float arg_0 = 1.0f;
float res = fwidth(arg_0);
return res;
}
void main() {
v.tint_symbol = fwidthCoarse_159c8a();
}