blob: 9f65bc5232257647d72b03c584fb50ebf335b91a [file] [log] [blame]
RWTexture3D<uint4> arg_0 : register(u0, space1);
void textureStore_1efc36() {
arg_0[(1u).xxx] = (1u).xxxx;
}
void fragment_main() {
textureStore_1efc36();
return;
}
[numthreads(1, 1, 1)]
void compute_main() {
textureStore_1efc36();
return;
}