blob: 7018ba141d9d8203b4ef4e794b63c1202f3c0301 [file] [log] [blame]
RWTexture2D<uint4> arg_0 : register(u0, space1);
void textureStore_6cff2e() {
int2 arg_1 = (1).xx;
uint4 arg_2 = (1u).xxxx;
arg_0[arg_1] = arg_2;
}
void fragment_main() {
textureStore_6cff2e();
return;
}
[numthreads(1, 1, 1)]
void compute_main() {
textureStore_6cff2e();
return;
}