blob: 2c50031e849e344fb537068cf7f3f72acc4f9678 [file] [log] [blame]
RWTexture2DArray<uint4> arg_0 : register(u0, space1);
void textureStore_bc1423() {
RWTexture2DArray<uint4> v = arg_0;
v[uint3((1u).xx, uint(1))] = (1u).xxxx;
}
void fragment_main() {
textureStore_bc1423();
}
[numthreads(1, 1, 1)]
void compute_main() {
textureStore_bc1423();
}