blob: 7acc8238c74d41a587494a9a674912983279a872 [file] [log] [blame]
ByteAddressBuffer tint_symbol : register(t0, space0);
RWByteAddressBuffer tint_symbol_1 : register(u1, space0);
[numthreads(1, 1, 1)]
void main() {
tint_symbol_1.Store2(0u, asuint(tint_symbol.Load2(0u)));
return;
}