Minor addition in documentation, "Configuration” section

See #67
This commit is contained in:
Adam Sawicki 2019-07-01 12:12:51 +02:00
parent c238be5070
commit 938b19a8c1
4 changed files with 155 additions and 149 deletions

View file

@ -1472,6 +1472,11 @@ mutex, atomic etc.
The library uses its own implementation of containers by default, but you can switch to using
STL containers instead.
For example, define `VMA_ASSERT(expr)` before including the library to provide
custom implementation of the assertion, compatible with your project.
By default it is defined to standard C `assert(expr)` in `_DEBUG` configuration
and empty otherwise.
\section config_Vulkan_functions Pointers to Vulkan functions
The library uses Vulkan functions straight from the `vulkan.h` header by default.