blob: 0cac0d26842a76a447165f091ba477da9390611a [file] [log] [blame]
RWByteAddressBuffer v : register(u0);
void foo() {
v.Store4(0u, asuint((asint(v.Load4(0u)) + (int(2)).xxxx)));
}
[numthreads(1, 1, 1)]
void unused_entry_point() {
}