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