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 TypeMethodDescriptionintVMA.allocateMemory(VmaAllocator allocator, IVkMemoryRequirements pVkMemoryRequirements, IVmaAllocationCreateInfo pCreateInfo, VmaAllocation.Ptr pAllocation, @Nullable IVmaAllocationInfo pAllocationInfo) General purpose memory allocation.intVMA.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 recordRepresents a pointer to aVkMemoryRequirementsstructure in native memory.static final recordRepresents a pointer to / an array ofVkMemoryRequirementsstructure(s) in native memory.