blob: 6b55454c3da4199697788c20bc0fa62281e2e61d [file] [log] [blame]
RWByteAddressBuffer buf : register(u0, space0);
[numthreads(1, 1, 1)]
void main() {
buf.Store(0u, asuint(12));
return;
}