blob: 7870aa3012a01ac2c0a9add9b64f7f4ebf9eb526 [file] [log] [blame]
RWByteAddressBuffer s : register(u0);
[numthreads(1, 1, 1)]
void f() {
int c = int(0);
int d = int(0);
s.Store(0u, asuint((c + d)));
}