1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-02-09 04:50:11 +00:00

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)