Skip to content

v3.3.0

Latest
Compare
Choose a tag to compare
@adam-sawicki-a adam-sawicki-a released this 12 May 11:46
· 5 commits to master since this release

Additions to the library API:

  • Added function vmaImportVulkanFunctionsFromVolk, useful for loading pointers to Vulkan functions with volk library.

Other changes:

  • Added macro VMA_DEBUG_DONT_EXCEED_HEAP_SIZE_WITH_ALLOCATION_SIZE with default value 1.
  • Changed macro VMA_DEBUG_DONT_EXCEED_MAX_MEMORY_ALLOCATION_COUNT default value from 0 to 1.
  • Added documentation chapter "Frequently asked questions".
  • Other fixes and improvements, including compatibility with various platforms and compilers.