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