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