blob: c7b56730bfa1574670b5181338d8bc538c29503d [file] [log] [blame]
RWTexture3D<int4> arg_0 : register(u0, space1);
void textureStore_646dbc() {
arg_0[(int(1)).xxx] = (int(1)).xxxx;
}
void fragment_main() {
textureStore_646dbc();
}
[numthreads(1, 1, 1)]
void compute_main() {
textureStore_646dbc();
}