Skip to content

Commit 66db1cd

Browse files
Updated CHANGELOG.md
1 parent b5409a0 commit 66db1cd

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# 3.3.0 (2025-??-??)
2+
3+
Additions to the library API:
4+
5+
- Added function `vmaImportVulkanFunctionsFromVolk`, useful for loading pointers to Vulkan functions with [volk library](https://github.com/zeux/volk).
6+
7+
Other changes:
8+
9+
- Added macro `VMA_DEBUG_DONT_EXCEED_HEAP_SIZE_WITH_ALLOCATION_SIZE`, enabled by default.
10+
- Added documentation chapter "Frequenty asked questions".
11+
- Other fixes and improvements, including compatibility with various platforms and compilers.
12+
113
# 3.2.1 (2025-02-05)
214

315
Changes:

docs/html/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
<div class="headertitle"><div class="title">Vulkan Memory Allocator </div></div>
8888
</div><!--header-->
8989
<div class="contents">
90-
<div class="textblock"><p><b>Version 3.2.1</b></p>
90+
<div class="textblock"><p><b>Version 3.3.0-development</b></p>
9191
<p>Copyright (c) 2017-2025 Advanced Micro Devices, Inc. All rights reserved. <br />
9292
License: MIT <br />
9393
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>

include/vk_mem_alloc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
/** \mainpage Vulkan Memory Allocator
2727

28-
<b>Version 3.2.1</b>
28+
<b>Version 3.3.0-development</b>
2929

3030
Copyright (c) 2017-2025 Advanced Micro Devices, Inc. All rights reserved. \n
3131
License: MIT \n

0 commit comments

Comments
 (0)