mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2025-01-26 00:21:13 +01:00
3218af38d0
Adds the current viewport and scissor to the dynamic pipeline state to reduce redundant viewport/scissor assignments in the command buffer. This greatly reduces the amount of API calls to `vkCmdSetViewport` and `vkCmdSetScissor` by only emitting the API call when the state actually changes.