Interface VMAAllocatorCreateInfoType
- All Known Implementing Classes:
VMAAllocatorCreateInfo
@Immutable
public interface VMAAllocatorCreateInfoType
Information required to create an allocator.
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
logicalDevice
VulkanLogicalDeviceType logicalDevice()- Returns:
- The logical device used for allocations
-
preferredLargeHeapBlockSize
OptionalLong preferredLargeHeapBlockSize()- Returns:
- The preferred size of a single VkDeviceMemory block to be allocated from large heaps > 1 GiB.
-
frameInUseCount
OptionalInt frameInUseCount()- Returns:
- The maximum number of additional frames that are in use at the same time as current frame.
- See Also:
-