From 66db1cdb9f050faabdb8c61123504cc32afbbb80 Mon Sep 17 00:00:00 2001 From: Adam Sawicki Date: Tue, 6 May 2025 16:40:56 +0200 Subject: [PATCH] Updated CHANGELOG.md --- CHANGELOG.md | 12 ++++++++++++ docs/html/index.html | 2 +- include/vk_mem_alloc.h | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) 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); });
Vulkan Memory Allocator
-

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

diff --git a/include/vk_mem_alloc.h b/include/vk_mem_alloc.h index fa1419f..b9c5d1c 100644 --- a/include/vk_mem_alloc.h +++ b/include/vk_mem_alloc.h @@ -25,7 +25,7 @@ /** \mainpage Vulkan Memory Allocator -Version 3.2.1 +Version 3.3.0-development Copyright (c) 2017-2025 Advanced Micro Devices, Inc. All rights reserved. \n License: MIT \n