blob: c69fb4ea479cd6d2bb31d668271a225d41463e26 [file] [log] [blame]
RWTexture2DArray<uint4> arg_0 : register(u0, space1);
void textureStore_fd350c() {
int2 arg_1 = (1).xx;
uint arg_2 = 1u;
uint4 arg_3 = (1u).xxxx;
arg_0[int3(arg_1, int(arg_2))] = arg_3;
}
void fragment_main() {
textureStore_fd350c();
return;
}
[numthreads(1, 1, 1)]
void compute_main() {
textureStore_fd350c();
return;
}