Searched defs:VmaAllocatorCreateInfo (Results 1 – 1 of 1) sorted by relevance
2272 typedef struct VmaAllocatorCreateInfo struct2275 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