blob: 1d2c076fa3f10efbf3dc82377aad800907a0f2fc [file] [log] [blame]
RWTexture2DArray<uint4> arg_0 : register(u0, space1);
void textureStore_9f7cea() {
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_9f7cea();
return;
}
[numthreads(1, 1, 1)]
void compute_main() {
textureStore_9f7cea();
return;
}