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