Uses of Record Class
club.doki7.vma.datatype.VmaVirtualAllocationCreateInfo
Packages that use VmaVirtualAllocationCreateInfo
-
Uses of VmaVirtualAllocationCreateInfo in club.doki7.vma.datatype
Classes in club.doki7.vma.datatype that implement interfaces with type arguments of type VmaVirtualAllocationCreateInfoModifier 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 VmaVirtualAllocationCreateInfoModifier and TypeMethodDescriptionVmaVirtualAllocationCreateInfo.alignment
(long value) @NotNull VmaVirtualAllocationCreateInfo
VmaVirtualAllocationCreateInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VmaVirtualAllocationCreateInfo.clone
(Arena arena, VmaVirtualAllocationCreateInfo src) VmaVirtualAllocationCreateInfo.flags
(int value) VmaVirtualAllocationCreateInfo.size
(long value) VmaVirtualAllocationCreateInfo.Ptr.toArray()
Methods in club.doki7.vma.datatype that return types with arguments of type VmaVirtualAllocationCreateInfoModifier and TypeMethodDescription@NotNull Iterator
<VmaVirtualAllocationCreateInfo> VmaVirtualAllocationCreateInfo.Ptr.iterator()
Methods in club.doki7.vma.datatype with parameters of type VmaVirtualAllocationCreateInfoModifier and TypeMethodDescriptionVmaVirtualAllocationCreateInfo.clone
(Arena arena, VmaVirtualAllocationCreateInfo src) void
VmaVirtualAllocationCreateInfo.Ptr.write
(long index, @NotNull VmaVirtualAllocationCreateInfo value)