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