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