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

This commit is contained in:
Michael Böhme
2025-08-04 18:10:00 +09:00
committed by ocornut
parent 902b8cc39a
commit 90025a62c7
2 changed files with 7 additions and 1 deletions
+2
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]
-----------------------------------------------------------------------