Uses of Record Class
club.doki7.vma.datatype.VmaAllocatorInfo
Packages that use VmaAllocatorInfo
-
Uses of VmaAllocatorInfo in club.doki7.vma.datatype
Classes in club.doki7.vma.datatype that implement interfaces with type arguments of type VmaAllocatorInfoModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.vma.datatype that return VmaAllocatorInfoModifier and TypeMethodDescriptionstatic VmaAllocatorInfo
@NotNull VmaAllocatorInfo
VmaAllocatorInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VmaAllocatorInfo
VmaAllocatorInfo.clone
(Arena arena, VmaAllocatorInfo src) VmaAllocatorInfo.instance
(@Nullable VkInstance value) VmaAllocatorInfo.physicalDevice
(@Nullable VkPhysicalDevice value) VmaAllocatorInfo.Ptr.toArray()
Methods in club.doki7.vma.datatype that return types with arguments of type VmaAllocatorInfoModifier and TypeMethodDescription@NotNull Iterator
<VmaAllocatorInfo> VmaAllocatorInfo.Ptr.iterator()
Methods in club.doki7.vma.datatype with parameters of type VmaAllocatorInfoModifier and TypeMethodDescriptionstatic VmaAllocatorInfo
VmaAllocatorInfo.clone
(Arena arena, VmaAllocatorInfo src) void
VmaAllocatorInfo.Ptr.write
(long index, @NotNull VmaAllocatorInfo value)