Updated CHANGELOG.md
Some checks failed
Static code analysis (clang-tidy) / clang-tidy (push) Has been cancelled
Build code on Linux / linux (Debug, clang++-15, -stdlib=libc++, sudo apt install clang-15 libc++-15-dev libc++abi-15-dev) (push) Has been cancelled
Build code on Linux / linux (Debug, g++-12, sudo apt install g++-12) (push) Has been cancelled
Build code on Linux / linux (Release, clang++-15, -stdlib=libc++, sudo apt install clang-15 libc++-15-dev libc++abi-15-dev) (push) Has been cancelled
Build code on Linux / linux (Release, g++-12, sudo apt install g++-12) (push) Has been cancelled
Build code / Windows MSVC (Debug) (push) Has been cancelled
Build code / Windows MSVC (Release) (push) Has been cancelled

This commit is contained in:
Adam Sawicki 2025-05-06 16:40:56 +02:00
parent b5409a0b41
commit 66db1cdb9f
3 changed files with 14 additions and 2 deletions

View file

@ -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:

View file

@ -87,7 +87,7 @@ $(function(){ initResizable(false); });
<div class="headertitle"><div class="title">Vulkan Memory Allocator </div></div>
</div><!--header-->
<div class="contents">
<div class="textblock"><p><b>Version 3.2.1</b></p>
<div class="textblock"><p><b>Version 3.3.0-development</b></p>
<p>Copyright (c) 2017-2025 Advanced Micro Devices, Inc. All rights reserved. <br />
License: MIT <br />
See also: <a href="https://gpuopen.com/gaming-product/vulkan-memory-allocator/">product page on GPUOpen</a>, <a href="https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator">repository on GitHub</a></p>

View file

@ -25,7 +25,7 @@
/** \mainpage Vulkan Memory Allocator
<b>Version 3.2.1</b>
<b>Version 3.3.0-development</b>
Copyright (c) 2017-2025 Advanced Micro Devices, Inc. All rights reserved. \n
License: MIT \n