Searched refs:depthImageAllocCreateInfo (Results 1 – 1 of 1) sorted by relevance
1030 VmaAllocationCreateInfo depthImageAllocCreateInfo = {}; in CreateSwapchain() local1031 depthImageAllocCreateInfo.usage = VMA_MEMORY_USAGE_AUTO; in CreateSwapchain()1033 …ERR_GUARD_VULKAN( vmaCreateImage(g_hAllocator, &depthImageInfo, &depthImageAllocCreateInfo, &g_hDe… in CreateSwapchain()