mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
synced 2024-11-05 12:20:07 +00:00
Fix a comment broken accidentally
This commit is contained in:
parent
954631ac2a
commit
2952959820
@ -3671,6 +3671,10 @@ VMA_CALL_PRE void VMA_CALL_POST vmaDestroyImage(
|
|||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
CONFIGURATION SECTION
|
CONFIGURATION SECTION
|
||||||
|
|
||||||
|
Define some of these macros before each #include of this header or change them
|
||||||
|
here if you need other then default behavior depending on your environment.
|
||||||
|
*/
|
||||||
|
|
||||||
// Define this macro to 1 to make the library use STL containers instead of its own implementation.
|
// Define this macro to 1 to make the library use STL containers instead of its own implementation.
|
||||||
//#define VMA_USE_STL_CONTAINERS 1
|
//#define VMA_USE_STL_CONTAINERS 1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user