mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-08 08:40:55 +00:00
Fix temporary memory allocation for VkImageFormatListCreateInfoKHR
This commit is contained in:
committed by
Baldur Karlsson
parent
4281e89764
commit
8b1e802489
@@ -406,6 +406,8 @@ size_t GetNextPatchSize(const void *pNext)
|
||||
memSize += sizeof(VkImageSwapchainCreateInfoKHR);
|
||||
else if(next->sType == VK_STRUCTURE_TYPE_DEDICATED_ALLOCATION_IMAGE_CREATE_INFO_NV)
|
||||
memSize += sizeof(VkDedicatedAllocationImageCreateInfoNV);
|
||||
else if(next->sType == VK_STRUCTURE_TYPE_IMAGE_FORMAT_LIST_CREATE_INFO_KHR)
|
||||
memSize += sizeof(VkImageFormatListCreateInfoKHR);
|
||||
|
||||
// VkBufferCreateInfo
|
||||
else if(next->sType == VK_STRUCTURE_TYPE_EXTERNAL_MEMORY_BUFFER_CREATE_INFO)
|
||||
|
||||
Reference in New Issue
Block a user