Uses of Interface
club.doki7.vulkan.datatype.IVkMemoryRequirements
Packages that use IVkMemoryRequirements
Package
Description
Structure (
struct
or union
) types of Vulkan API.-
Uses of IVkMemoryRequirements in club.doki7.vma
Methods in club.doki7.vma with parameters of type IVkMemoryRequirementsModifier and TypeMethodDescriptionint
VMA.allocateMemory
(VmaAllocator allocator, IVkMemoryRequirements pVkMemoryRequirements, IVmaAllocationCreateInfo pCreateInfo, VmaAllocation.Ptr pAllocation, @Nullable IVmaAllocationInfo pAllocationInfo) General purpose memory allocation.int
VMA.allocateMemoryPages
(VmaAllocator allocator, IVkMemoryRequirements pVkMemoryRequirements, IVmaAllocationCreateInfo pCreateInfo, long allocationCount, VmaAllocation.Ptr pAllocations, @Nullable IVmaAllocationInfo pAllocationInfo) General purpose memory allocation for multiple allocation objects at once. -
Uses of IVkMemoryRequirements in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement IVkMemoryRequirementsModifier and TypeClassDescriptionfinal record
Represents a pointer to aVkMemoryRequirements
structure in native memory.static final record
Represents a pointer to / an array ofVkMemoryRequirements
structure(s) in native memory.