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