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