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

Backends: Vulkan: Fixed handling of ImGui_ImplVulkan_InitInfo::MinAllocationSize field. (#7189, #4238)

This commit is contained in:
Tristan Gouge 2024-01-11 14:42:48 +01:00 committed by ocornut
parent 29809d7220
commit 82df7c8bf4
2 changed files with 6 additions and 4 deletions

View file

@ -43,6 +43,8 @@ Breaking changes:
Other changes:
- Backends: Vulkan: Fixed handling of ImGui_ImplVulkan_InitInfo::MinAllocationSize field. (#7189, #4238)
-----------------------------------------------------------------------
VERSION 1.90.1 (Released 2024-01-10)