mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
synced 2025-05-15 01:08:31 +00:00
Fix a typo in the explanation of VMA_ALLOCATION_CREATE_MAPPED_BIT
This commit is contained in:
parent
db4c1639bf
commit
67bf13cd08
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue