blob: 777c3c84dc5c744a832adb88424244aaec7cca02 [file] [log] [blame]
RWTexture3D<uint4> arg_0 : register(u0, space1);
void textureStore_6f3542() {
arg_0[(int(1)).xxx] = (1u).xxxx;
}
void fragment_main() {
textureStore_6f3542();
}
[numthreads(1, 1, 1)]
void compute_main() {
textureStore_6f3542();
}