Documented recent change in CHANGELOG.md.

This commit is contained in:
Adam Sawicki 2018-08-24 14:21:53 +02:00
parent ee79c63d61
commit 6897d827c7

View File

@ -26,6 +26,7 @@ Major changes:
Minor changes:
- Changed behavior of custom pools: `VmaPoolCreateInfo::blockSize` = 0 (default) now means that pool may use variable block sizes, just like default pools do.
- Improved logic of `vmaFindMemoryTypeIndex` for some cases, especially integrated GPUs.
- VulkanSample application: Removed dependency on external library MathFu. Added own vector and matrix structures.
- Code changes that improve compatibility with various platforms, including: Visual Studio 2012, 32-bit code, C compilers.