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