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