mirror of
https://github.com/Drezil/imgui.git
synced 2025-07-04 12:08:47 +02:00
Backends: Vulkan: Call vkCmdSetScissor() with a full-viewport at end of render. (#4644)
This commit is contained in:
@ -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]
|
||||
|
||||
|
Reference in New Issue
Block a user