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 recordRepresents 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 VmaVirtualAllocationCreateInfoVmaVirtualAllocationCreateInfo.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.pUserData(@NotNull MemorySegment 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) voidVmaVirtualAllocationCreateInfo.Ptr.write(long index, @NotNull VmaVirtualAllocationCreateInfo value) Method parameters in club.doki7.vma.datatype with type arguments of type VmaVirtualAllocationCreateInfoModifier and TypeMethodDescriptionVmaVirtualAllocationCreateInfo.Ptr.at(long index, @NotNull Consumer<@NotNull VmaVirtualAllocationCreateInfo> consumer)