mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
synced 2024-11-10 10:41:52 +00:00
Fix compilation of VmaReplay project
This commit is contained in:
parent
451bf601d8
commit
4405c51aab
@ -809,7 +809,8 @@ static void VKAPI_CALL AllocateDeviceMemoryCallback(
|
||||
VmaAllocator allocator,
|
||||
uint32_t memoryType,
|
||||
VkDeviceMemory memory,
|
||||
VkDeviceSize size)
|
||||
VkDeviceSize size,
|
||||
void* pUserData)
|
||||
{
|
||||
g_Statistics->RegisterDeviceMemoryAllocation(memoryType, size);
|
||||
}
|
||||
@ -819,7 +820,8 @@ static void VKAPI_CALL FreeDeviceMemoryCallback(
|
||||
VmaAllocator allocator,
|
||||
uint32_t memoryType,
|
||||
VkDeviceMemory memory,
|
||||
VkDeviceSize size)
|
||||
VkDeviceSize size,
|
||||
void* pUserData)
|
||||
{
|
||||
// Nothing.
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user