blob: 8a8e7d283bd3111a5dce5dfa608b1b77cf96fa81 [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() {
int arg_1 = 1;
atomicExchange(v.tint_symbol.arg_0, arg_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() {
int arg_1 = 1;
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_d1e9a6();
}