Fix a typo in the explanation of VMA_ALLOCATION_CREATE_MAPPED_BIT

This commit is contained in:
Doğukan Korkmaztürk 2020-07-27 23:48:55 -04:00
parent db4c1639bf
commit 67bf13cd08
2 changed files with 2 additions and 2 deletions

View file

@ -2644,7 +2644,7 @@ typedef enum VmaAllocationCreateFlagBits {
Pointer to mapped memory will be returned through VmaAllocationInfo::pMappedData.
Is it valid to use this flag for allocation made from memory type that is not
It is valid to use this flag for allocation made from memory type that is not
`HOST_VISIBLE`. This flag is then ignored and memory is not mapped. This is
useful if you need an allocation that is efficient to use on GPU
(`DEVICE_LOCAL`) and still want to map it directly if possible on platforms that