Minor update in documentation.

This commit is contained in:
Adam Sawicki 2018-11-16 13:48:11 +01:00
parent 7f97202add
commit 99f2d3543c
3 changed files with 57 additions and 53 deletions

View file

@ -1951,6 +1951,9 @@ typedef enum VmaAllocationCreateFlagBits {
VMA_ALLOCATION_CREATE_STRATEGY_WORST_FIT_BIT = 0x00020000,
/** Allocation strategy that chooses first suitable free range for the
allocation.
"First" doesn't necessarily means the one with smallest offset in memory,
but rather the one that is easiest and fastest to find.
*/
VMA_ALLOCATION_CREATE_STRATEGY_FIRST_FIT_BIT = 0x00040000,