blob: a5709fda1728666e03364c32cabd78fcdcb6a65a [file] [log] [blame]
RWTexture3D<uint4> arg_0 : register(u0, space1);
void textureStore_6f3542() {
int3 arg_1 = (1).xxx;
uint4 arg_2 = (1u).xxxx;
arg_0[arg_1] = arg_2;
}
void fragment_main() {
textureStore_6f3542();
}
[numthreads(1, 1, 1)]
void compute_main() {
textureStore_6f3542();
}