Backends: Vulkan: Call vkCmdSetScissor() with a full-viewport at end of render. (#4644)

This commit is contained in:
ocornut
2021-10-15 12:11:11 +02:00
parent bbd5119a26
commit 19c3773cc0
2 changed files with 7 additions and 1 deletions

View File

@ -38,6 +38,9 @@ Breaking Changes:
Other Changes:
- Backends: Vulkan: Call vkCmdSetScissor() at the end of render with a full-viewport to reduce
likehood of issues with people using VK_DYNAMIC_STATE_SCISSOR in their app without calling
vkCmdSetScissor() explicitly every frame. (#4644)
- Misc: Fix MinGW DLL build issue (when IMGUI_API is defined). [@rokups]
- CI: Add MinGW DLL build to test suite. [@rokups]