blob: 99a7f8238f8e931b74397ffbe4d32c3d5bd0a793 [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 dpdy_feb40f() {
vec3 arg_0 = vec3(1.0f);
vec3 res = dFdy(arg_0);
return res;
}
void main() {
v.tint_symbol = dpdy_feb40f();
}