diff --git a/CHANGELOG.md b/CHANGELOG.md index 7eacf38..3138430 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# 3.3.0 (2025-??-??) + +Additions to the library API: + +- Added function `vmaImportVulkanFunctionsFromVolk`, useful for loading pointers to Vulkan functions with [volk library](https://github.com/zeux/volk). + +Other changes: + +- Added macro `VMA_DEBUG_DONT_EXCEED_HEAP_SIZE_WITH_ALLOCATION_SIZE`, enabled by default. +- Added documentation chapter "Frequenty asked questions". +- Other fixes and improvements, including compatibility with various platforms and compilers. + # 3.2.1 (2025-02-05) Changes: diff --git a/docs/html/index.html b/docs/html/index.html index 1b6e712..76e5b32 100644 --- a/docs/html/index.html +++ b/docs/html/index.html @@ -87,7 +87,7 @@ $(function(){ initResizable(false); });
Version 3.2.1
+Version 3.3.0-development
Copyright (c) 2017-2025 Advanced Micro Devices, Inc. All rights reserved.
License: MIT
See also: product page on GPUOpen, repository on GitHub