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:
parent
82df7c8bf4
commit
70bb6d1e79
2 changed files with 16 additions and 9 deletions
|
|
@ -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)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue