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