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