Skip to content

Commit 9187ce1

Browse files
committed
Fix for ABI interop (without VK_KHR_external_memory_win32)
1 parent de8e657 commit 9187ce1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

include/vk_mem_alloc.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10593,8 +10593,7 @@ VmaDeviceMemoryBlock::VmaDeviceMemoryBlock(VmaAllocator hAllocator)
1059310593
m_Id(0),
1059410594
m_hMemory(VK_NULL_HANDLE),
1059510595
m_MapCount(0),
10596-
m_pMappedData(VMA_NULL),
10597-
m_Handle(VMA_NULL) {}
10596+
m_pMappedData(VMA_NULL){}
1059810597

1059910598
VmaDeviceMemoryBlock::~VmaDeviceMemoryBlock()
1060010599
{

0 commit comments

Comments
 (0)