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