Minor fix in the documentation

This commit is contained in:
Adam Sawicki 2024-01-21 13:37:28 +01:00
parent b5456bb4e5
commit ddbd93dcd8
2 changed files with 2 additions and 2 deletions

View file

@ -626,7 +626,7 @@ typedef enum VmaAllocationCreateFlagBits
This includes allocations created in \ref custom_memory_pools.
Declares that mapped memory can be read, written, and accessed in random order,
so a `HOST_CACHED` memory type is required.
so a `HOST_CACHED` memory type is preferred.
*/
VMA_ALLOCATION_CREATE_HOST_ACCESS_RANDOM_BIT = 0x00000800,
/**