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