Version 1.0.1 release.

This commit is contained in:
Adam Sawicki 2017-07-04 15:28:48 +02:00
parent 8bc1a7df83
commit 5197efc676
4 changed files with 25 additions and 18 deletions

View file

@ -25,7 +25,7 @@
/** \mainpage Vulkan Memory Allocator
Version 1.0.0 (2017-06-16)
Version 1.0.1 (2017-07-04)
Members grouped: see <a href="modules.html"><b>Modules</b></a>.
@ -237,7 +237,9 @@ void vmaCalculateStats(
VmaAllocator allocator,
VmaStats* pStats);
#define VMA_STATS_STRING_ENABLED 1
#ifndef VMA_STATS_STRING_ENABLED
#define VMA_STATS_STRING_ENABLED 1
#endif
#if VMA_STATS_STRING_ENABLED