blob: 1c13e90c78dce5bcba328fe886cf9886eac60532 [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() {
uint arg_1 = 1u;
atomicExchange(v.tint_symbol.arg_0, arg_1);
}
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() {
uint arg_1 = 1u;
atomicExchange(v.tint_symbol.arg_0, arg_1);
}
layout(local_size_x = 1, local_size_y = 1, local_size_z = 1) in;
void main() {
atomicStore_cdc29e();
}