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