mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
synced 2025-06-03 02:17:46 +00:00
Minor fix in the documentation
This commit is contained in:
parent
b5456bb4e5
commit
ddbd93dcd8
2 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue