mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
synced 2025-05-14 16:58:34 +00:00
Updated CHANGELOG.md for v3.3.0
Some checks are pending
Build code on Linux / linux (Debug, clang++-15, -stdlib=libc++, sudo apt install clang-15 libc++-15-dev libc++abi-15-dev) (push) Waiting to run
Build code on Linux / linux (Debug, g++-12, sudo apt install g++-12) (push) Waiting to run
Build code on Linux / linux (Release, clang++-15, -stdlib=libc++, sudo apt install clang-15 libc++-15-dev libc++abi-15-dev) (push) Waiting to run
Build code on Linux / linux (Release, g++-12, sudo apt install g++-12) (push) Waiting to run
Static code analysis (clang-tidy) / clang-tidy (push) Waiting to run
Build code / Windows MSVC (Debug) (push) Waiting to run
Build code / Windows MSVC (Release) (push) Waiting to run
Some checks are pending
Build code on Linux / linux (Debug, clang++-15, -stdlib=libc++, sudo apt install clang-15 libc++-15-dev libc++abi-15-dev) (push) Waiting to run
Build code on Linux / linux (Debug, g++-12, sudo apt install g++-12) (push) Waiting to run
Build code on Linux / linux (Release, clang++-15, -stdlib=libc++, sudo apt install clang-15 libc++-15-dev libc++abi-15-dev) (push) Waiting to run
Build code on Linux / linux (Release, g++-12, sudo apt install g++-12) (push) Waiting to run
Static code analysis (clang-tidy) / clang-tidy (push) Waiting to run
Build code / Windows MSVC (Debug) (push) Waiting to run
Build code / Windows MSVC (Release) (push) Waiting to run
This commit is contained in:
parent
66db1cdb9f
commit
089e0eb4c4
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@ Additions to the library API:
|
||||||
|
|
||||||
Other changes:
|
Other changes:
|
||||||
|
|
||||||
- Added macro `VMA_DEBUG_DONT_EXCEED_HEAP_SIZE_WITH_ALLOCATION_SIZE`, enabled by default.
|
- 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 "Frequenty asked questions".
|
- Added documentation chapter "Frequenty asked questions".
|
||||||
- Other fixes and improvements, including compatibility with various platforms and compilers.
|
- Other fixes and improvements, including compatibility with various platforms and compilers.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue