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