Backends: Vulkan: Fixed mismatching allocator passed to vkCreateCommandPool() vs vkDestroyCommandPool(). (#7075)

This commit is contained in:
ocornut
2023-11-29 14:24:25 +01:00
parent d2b0167610
commit b4b864e40a
2 changed files with 4 additions and 1 deletions

View File

@ -57,6 +57,8 @@ Other changes:
like most printf implementations. (#7016, #3466, #6846) [@codefrog2002]
- Misc: Renamed some defines in imstb_textedit.h to avoid conflicts when using unity/jumbo builds
on a codebase where another copy of the library is used.
- Backends: Vulkan: Fixed mismatching allocator passed to vkCreateCommandPool() vs
vkDestroyCommandPool(). (#7075) [@FoonTheRaccoon]
-----------------------------------------------------------------------