Lime3DS/src/video_core
Wunk 3218af38d0
renderer_vulkan: Add scissor and viewport to dynamic pipeline state (#7114)
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.
2023-11-05 12:26:09 -08:00
..
2023-09-13 01:28:50 +03:00
2020-02-13 17:34:16 +08:00
2020-08-19 01:45:57 -03:00
2023-09-13 01:28:50 +03:00
2022-08-21 02:22:57 +03:00