We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50ef8f3 commit 3643771Copy full SHA for 3643771
1 file changed
src/D3D12MemAlloc.cpp
@@ -8185,7 +8185,7 @@ NormalBlock::~NormalBlock()
8185
{
8186
if (m_pMetadata != NULL)
8187
8188
- // Define macro VMA_DEBUG_LOG to receive the list of the unfreed allocations
+ // Define macro D3D12MA_DEBUG_LOG to receive the list of the unfreed allocations.
8189
if (!m_pMetadata->IsEmpty())
8190
m_pMetadata->DebugLogAllAllocations();
8191
0 commit comments