mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
synced 2024-11-05 20:30:05 +00:00
Minor fix in comment
This commit is contained in:
parent
72740d8d63
commit
755fd47121
@ -15331,7 +15331,7 @@ VmaRecorder::UserDataString::UserDataString(VmaAllocationCreateFlags allocFlags,
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
// If VMA_ALLOCATION_CREATE_USER_DATA_COPY_STRING_BIT is not specified, convert the string's memory address to a std::string and store it.
|
// If VMA_ALLOCATION_CREATE_USER_DATA_COPY_STRING_BIT is not specified, convert the string's memory address to a string and store it.
|
||||||
snprintf(m_PtrStr, 17, "%p", pUserData);
|
snprintf(m_PtrStr, 17, "%p", pUserData);
|
||||||
m_Str = m_PtrStr;
|
m_Str = m_PtrStr;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user