Home
last modified time | relevance | path

Searched refs:depthImageAllocCreateInfo (Results 1 – 1 of 1) sorted by relevance

/external/angle/third_party/vulkan_memory_allocator/src/
DVulkanSample.cpp1030 VmaAllocationCreateInfo depthImageAllocCreateInfo = {}; in CreateSwapchain() local
1031 depthImageAllocCreateInfo.usage = VMA_MEMORY_USAGE_AUTO; in CreateSwapchain()
1033 …ERR_GUARD_VULKAN( vmaCreateImage(g_hAllocator, &depthImageInfo, &depthImageAllocCreateInfo, &g_hDe… in CreateSwapchain()