mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
All stream output objects need to have a stream index allocated, whether they are used or not. We allocate stream outputs here, before other objects are allocated, because the stream index is needed to create the appropriate output semantic variables during append_output_copy(), which will be called in a lowering pass for the Append() method.