blob: a1f72a0e2f6c4ca8baff9e5282a3af48fbf6aa7f [file] [log] [blame]
#version 310 es
precision highp float;
precision highp int;
struct SB_RW {
int arg_0;
};
layout(binding = 0, std430)
buffer tint_symbol_1_1_ssbo {
SB_RW tint_symbol;
} v;
void atomicStore_d1e9a6() {
atomicExchange(v.tint_symbol.arg_0, 1);
}
void main() {
atomicStore_d1e9a6();
}
#version 310 es
struct SB_RW {
int arg_0;
};
layout(binding = 0, std430)
buffer tint_symbol_1_1_ssbo {
SB_RW tint_symbol;
} v;
void atomicStore_d1e9a6() {
atomicExchange(v.tint_symbol.arg_0, 1);
}
layout(local_size_x = 1, local_size_y = 1, local_size_z = 1) in;
void main() {
atomicStore_d1e9a6();
}