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