1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-09 23:54:20 +00:00

Backends: Vulkan: Avoid calling vkCmdBindDescriptorSets() when texture has not changed. (#8666)

This commit is contained in:
Michael Böhme 2025-06-06 16:27:57 +02:00 committed by ocornut
parent 902b8cc39a
commit 90025a62c7
2 changed files with 7 additions and 1 deletions

View file

@ -90,6 +90,8 @@ Other Changes:
textures. (#8802) [@Daandelange]
- Backends: Vulkan: Fixed texture update corruption introduced in 1.92.0,
affecting some drivers/setups. (#8801, #8755, #8840) [@Retro52, @Miolith]
- Backends: Vulkan: Avoid calling vkCmdBindDescriptorSets() when texture
has not changed. (#8666) [@micb25]
-----------------------------------------------------------------------