blob: 9ecc873621005603fd74fa1d8fa3cf56cc2eca5e [file] [log] [blame]
RWTexture2DArray<int4> arg_0 : register(u0, space1);
void textureStore_1e9fbd() {
arg_0[uint3((1u).xx, uint(int(1)))] = (int(1)).xxxx;
}
void fragment_main() {
textureStore_1e9fbd();
}
[numthreads(1, 1, 1)]
void compute_main() {
textureStore_1e9fbd();
}