blob: 29c82c08d47b8be6ae7bd37552fb9f219a1ac523 [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 {
uint tint_symbol;
} v;
layout(binding = 1, std430)
buffer tint_symbol_3_1_ssbo {
SB_RW tint_symbol_2;
} v_1;
uint atomicAnd_85a8d9() {
uint res = atomicAnd(v_1.tint_symbol_2.arg_0, 1u);
return res;
}
void main() {
v.tint_symbol = atomicAnd_85a8d9();
}
#version 310 es
struct SB_RW {
uint arg_0;
};
layout(binding = 0, std430)
buffer tint_symbol_1_1_ssbo {
uint tint_symbol;
} v;
layout(binding = 1, std430)
buffer tint_symbol_3_1_ssbo {
SB_RW tint_symbol_2;
} v_1;
uint atomicAnd_85a8d9() {
uint res = atomicAnd(v_1.tint_symbol_2.arg_0, 1u);
return res;
}
layout(local_size_x = 1, local_size_y = 1, local_size_z = 1) in;
void main() {
v.tint_symbol = atomicAnd_85a8d9();
}