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