Clarified that the library doesn't use STL containers by default.
Because responses in the survey indicate that some users think it does.
This commit is contained in:
parent
b25a20a8da
commit
e5aa3c0a1e
3 changed files with 7 additions and 3 deletions
|
@ -3177,6 +3177,10 @@ the containers.
|
|||
#endif
|
||||
#endif
|
||||
|
||||
/*
|
||||
THESE INCLUDES ARE NOT ENABLED BY DEFAULT.
|
||||
Library has its own container implementation.
|
||||
*/
|
||||
#if VMA_USE_STL_VECTOR
|
||||
#include <vector>
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue