Updated CHANGELOG.md.
This commit is contained in:
parent
0851377d4e
commit
4db8d40385
2 changed files with 25 additions and 1 deletions
|
@ -354,7 +354,7 @@ typedef enum VmaMemoryRequirementFlagBits {
|
|||
VMA_MEMORY_REQUIREMENT_NEVER_ALLOCATE_BIT = 0x00000002,
|
||||
/** \brief Set to use a memory that will be persistently mapped and retrieve pointer to it.
|
||||
|
||||
Pointer to mapped memory will be returned through ppMappedData. You cannot
|
||||
Pointer to mapped memory will be returned through VmaAllocationInfo::pMappedData. You cannot
|
||||
map the memory on your own as multiple maps of a single VkDeviceMemory are
|
||||
illegal.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue