Skip to content

Commit 5fadb5d

Browse files
Merge pull request #447 from Agrael1/master
Fix for ABI interop (without VK_KHR_external_memory_win32)
2 parents de8e657 + 9187ce1 commit 5fadb5d

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)