blob: d3fcb0b09b1440ef30ed2982a652d34aae4f1ca4 [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 atomicMin_c67a74() {
uint arg_1 = 1u;
uint res = atomicMin(v_1.tint_symbol_2.arg_0, arg_1);
return res;
}
void main() {
v.tint_symbol = atomicMin_c67a74();
}
#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 atomicMin_c67a74() {
uint arg_1 = 1u;
uint res = atomicMin(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 = atomicMin_c67a74();
}