blob: 315eee794f09f277ff6fd5350c84494ef5bbd5ce [file] [log] [blame]
RWByteAddressBuffer sb_rw : register(u0, space0);
void atomicOr_5e95d4() {
uint atomic_result = 0u;
sb_rw.InterlockedOr(0u, 0u, atomic_result);
uint res = atomic_result;
}
void fragment_main() {
atomicOr_5e95d4();
return;
}
[numthreads(1, 1, 1)]
void compute_main() {
atomicOr_5e95d4();
return;
}