mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
synced 2024-11-05 04:10:06 +00:00
Fixed avoidable compilation warning about unused variable.
This commit is contained in:
parent
defbf3d975
commit
47efe84239
@ -6379,7 +6379,7 @@ void VmaBlockVector::DestroyDefragmentator()
|
|||||||
|
|
||||||
void VmaBlockVector::MakePoolAllocationsLost(
|
void VmaBlockVector::MakePoolAllocationsLost(
|
||||||
uint32_t currentFrameIndex,
|
uint32_t currentFrameIndex,
|
||||||
size_t* pLostAllocationCount)
|
size_t* /*pLostAllocationCount*/)
|
||||||
{
|
{
|
||||||
VmaMutexLock lock(m_Mutex, m_hAllocator->m_UseMutex);
|
VmaMutexLock lock(m_Mutex, m_hAllocator->m_UseMutex);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user