Skip to content

v3.2.0

Latest
Compare
Choose a tag to compare
@adam-sawicki-a adam-sawicki-a released this 30 Dec 11:15
· 1 commit to master since this release

Additions to the library API:

  • Added support for Vulkan 1.4.
  • Added support for VK_KHR_external_memory_win32 extension - VMA_ALLOCATOR_CREATE_KHR_EXTERNAL_MEMORY_WIN32_BIT flag, vmaGetMemoryWin32Handle function, and a whole new documentation chapter about it (#442).

Other changes:

  • Fixed thread safety issue (#451).
  • Many other bug fixes and improvements in the library code, documentation, sample app, Cmake script, mostly to improve compatibility with various compilers and GPUs.