blob: 22cc4f2e4f32d50aa8009bd427d679f3accb3219 [file] [log] [blame]
//
// fragment_main
//
RWTexture3D<int4> arg_0 : register(u0, space1);
void textureStore_8f71a1() {
arg_0[(int(1)).xxx] = (int(1)).xxxx;
}
void fragment_main() {
textureStore_8f71a1();
}
//
// compute_main
//
RWTexture3D<int4> arg_0 : register(u0, space1);
void textureStore_8f71a1() {
arg_0[(int(1)).xxx] = (int(1)).xxxx;
}
[numthreads(1, 1, 1)]
void compute_main() {
textureStore_8f71a1();
}