From 14efd2a1cfae73ae69fc23146d31e523cb2bffcf Mon Sep 17 00:00:00 2001 From: Adam Sawicki Date: Wed, 13 Sep 2017 12:53:50 +0200 Subject: [PATCH] VmaDefragmentator::DefragmentRound: Minor fix for warning in 32-bit version. --- bin/VulkanSample_Release_2015.exe | Bin 96768 -> 96768 bytes src/vk_mem_alloc.h | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/VulkanSample_Release_2015.exe b/bin/VulkanSample_Release_2015.exe index 4eb1623491e2eab28235c662c76001e3e5888d8f..6f5773fc47a63f9db401adcadff6b41e0c3792ba 100644 GIT binary patch delta 104 zcmZqp!rJhKbpa!@B;U?vX2$KzjEoOutbv?J1|VPp;#eTQV#COAMTHS0!~m1y0kTDa j*u<8R!9*1(pDstMappedData) + dstAllocRequest.offset, reinterpret_cast(pSrcMappedData) + srcOffset, - size); + static_cast(size)); pDstBlockInfo->m_pBlock->Alloc(dstAllocRequest, suballocType, size, allocInfo.m_hAllocation); pSrcBlockInfo->m_pBlock->Free(allocInfo.m_hAllocation);