Searched defs:VmaAllocatorCreateInfo (Results 1 – 3 of 3) sorted by relevance
1788 typedef struct VmaAllocatorCreateInfo struct1791 VmaAllocatorCreateFlags flags;1794 VkPhysicalDevice physicalDevice;1797 VkDevice device;1800 VkDeviceSize preferredLargeHeapBlockSize;1803 const VkAllocationCallbacks* pAllocationCallbacks;1806 const VmaDeviceMemoryCallbacks* pDeviceMemoryCallbacks;1820 uint32_t frameInUseCount;1865 } VmaAllocatorCreateInfo; argument
516 typedef struct VmaAllocatorCreateInfo struct519 VmaAllocatorCreateFlags flags;522 VkPhysicalDevice VMA_NOT_NULL physicalDevice;525 VkDevice VMA_NOT_NULL device;528 VkDeviceSize preferredLargeHeapBlockSize;531 const VkAllocationCallbacks* VMA_NULLABLE pAllocationCallbacks;534 const VmaDeviceMemoryCallbacks* VMA_NULLABLE pDeviceMemoryCallbacks;548 uint32_t frameInUseCount;579 const VmaVulkanFunctions* VMA_NULLABLE pVulkanFunctions;586 const VmaRecordSettings* VMA_NULLABLE pRecordSettings;[all …]
1000 typedef struct VmaAllocatorCreateInfo struct1003 VmaAllocatorCreateFlags flags;1006 VkPhysicalDevice VMA_NOT_NULL physicalDevice;1009 VkDevice VMA_NOT_NULL device;1012 VkDeviceSize preferredLargeHeapBlockSize;1015 const VkAllocationCallbacks* VMA_NULLABLE pAllocationCallbacks;1018 const VmaDeviceMemoryCallbacks* VMA_NULLABLE pDeviceMemoryCallbacks;1049 const VmaVulkanFunctions* VMA_NULLABLE pVulkanFunctions;1076 } VmaAllocatorCreateInfo; argument