Uses of Record Class
club.doki7.vma.datatype.VmaAllocationInfo2
Packages that use VmaAllocationInfo2
-
Uses of VmaAllocationInfo2 in club.doki7.vma.datatype
Classes in club.doki7.vma.datatype that implement interfaces with type arguments of type VmaAllocationInfo2Modifier 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 VmaAllocationInfo2Modifier and TypeMethodDescriptionstatic VmaAllocationInfo2
VmaAllocationInfo2.allocationInfo
(@NotNull VmaAllocationInfo value) VmaAllocationInfo2.allocationInfo
(Consumer<@NotNull VmaAllocationInfo> consumer) @NotNull VmaAllocationInfo2
VmaAllocationInfo2.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VmaAllocationInfo2.blockSize
(long value) static VmaAllocationInfo2
VmaAllocationInfo2.clone
(Arena arena, VmaAllocationInfo2 src) VmaAllocationInfo2.dedicatedMemory
(int value) VmaAllocationInfo2.Ptr.toArray()
Methods in club.doki7.vma.datatype that return types with arguments of type VmaAllocationInfo2Modifier and TypeMethodDescription@NotNull Iterator
<VmaAllocationInfo2> VmaAllocationInfo2.Ptr.iterator()
Methods in club.doki7.vma.datatype with parameters of type VmaAllocationInfo2Modifier and TypeMethodDescriptionstatic VmaAllocationInfo2
VmaAllocationInfo2.clone
(Arena arena, VmaAllocationInfo2 src) void
VmaAllocationInfo2.Ptr.write
(long index, @NotNull VmaAllocationInfo2 value) Method parameters in club.doki7.vma.datatype with type arguments of type VmaAllocationInfo2Modifier and TypeMethodDescriptionVmaAllocationInfo2.Ptr.at
(long index, @NotNull Consumer<@NotNull VmaAllocationInfo2> consumer)