mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-12-15 08:03:30 -08:00
VK_DYNAMIC_STATE_VIEWPORT and VK_DYNAMIC_STATE_SCISSOR specify that viewports and scissor rectangles are dynamic state, but not their counts. It took a while to notice this issue because the existing code seemed to largely work as intended on hardware implementations, but tests using the additional viewports would fail on llvmpipe.