Updated CHANGELOG.md.

This commit is contained in:
Adam Sawicki 2017-07-13 16:38:20 +02:00
parent 0851377d4e
commit 4db8d40385
2 changed files with 25 additions and 1 deletions

View file

@ -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.
*/