Backends: Vulkan: Fixed vkMapMemory() calls unnecessarily using full buffer size. (#3957)

This commit is contained in:
ocornut
2024-01-11 14:57:38 +01:00
parent 82df7c8bf4
commit 70bb6d1e79
2 changed files with 16 additions and 9 deletions

View File

@ -43,6 +43,7 @@ Breaking changes:
Other changes:
- Backends: Vulkan: Fixed vkMapMemory() calls unnecessarily using full buffer size. (#3957)
- Backends: Vulkan: Fixed handling of ImGui_ImplVulkan_InitInfo::MinAllocationSize field. (#7189, #4238)