Home
last modified time | relevance | path

Searched defs:VmaAllocatorCreateInfo (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h2272 typedef struct VmaAllocatorCreateInfo struct
2275 VmaAllocatorCreateFlags flags;
2278 VkPhysicalDevice VMA_NOT_NULL physicalDevice;
2281 VkDevice VMA_NOT_NULL device;
2284 VkDeviceSize preferredLargeHeapBlockSize;
2287 const VkAllocationCallbacks* VMA_NULLABLE pAllocationCallbacks;
2290 const VmaDeviceMemoryCallbacks* VMA_NULLABLE pDeviceMemoryCallbacks;
2304 uint32_t frameInUseCount;
2358 } VmaAllocatorCreateInfo; argument