blob: 5e25046baffa1fbd40929f0bfc466b5c5b661044 [file] [log] [blame]
RWTexture2DArray<uint4> arg_0 : register(u0, space1);
void textureStore_8e0479() {
RWTexture2DArray<uint4> v = arg_0;
v[int3((1).xx, int(1))] = (1u).xxxx;
}
void fragment_main() {
textureStore_8e0479();
}
[numthreads(1, 1, 1)]
void compute_main() {
textureStore_8e0479();
}