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