Uses of Interface
club.doki7.vma.datatype.IVmaPoolCreateInfo
Packages that use IVmaPoolCreateInfo
-
Uses of IVmaPoolCreateInfo in club.doki7.vma
Methods in club.doki7.vma with parameters of type IVmaPoolCreateInfoModifier and TypeMethodDescriptionint
VMA.createPool
(VmaAllocator allocator, IVmaPoolCreateInfo pCreateInfo, VmaPool.Ptr pPool) Allocates Vulkan device memory and createsVmaPool
object. -
Uses of IVmaPoolCreateInfo in club.doki7.vma.datatype
Classes in club.doki7.vma.datatype that implement IVmaPoolCreateInfoModifier and TypeClassDescriptionfinal record
Describes parameter of createdVmaPool
.static final record
Represents a pointer to / an array of null structure(s) in native memory.