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