Merge pull request #447 from Agrael1/master

Fix for ABI interop (without VK_KHR_external_memory_win32)
This commit is contained in:
Adam Sawicki 2024-09-02 13:33:28 +02:00 committed by GitHub
commit 5fadb5d497
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10593,8 +10593,7 @@ VmaDeviceMemoryBlock::VmaDeviceMemoryBlock(VmaAllocator hAllocator)
m_Id(0),
m_hMemory(VK_NULL_HANDLE),
m_MapCount(0),
m_pMappedData(VMA_NULL),
m_Handle(VMA_NULL) {}
m_pMappedData(VMA_NULL){}
VmaDeviceMemoryBlock::~VmaDeviceMemoryBlock()
{