Uses of Record Class
club.doki7.vma.datatype.VmaAllocationCreateInfo
Packages that use VmaAllocationCreateInfo
-
Uses of VmaAllocationCreateInfo in club.doki7.vma.datatype
Classes in club.doki7.vma.datatype that implement interfaces with type arguments of type VmaAllocationCreateInfoModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.vma.datatype that return VmaAllocationCreateInfoModifier and TypeMethodDescriptionstatic VmaAllocationCreateInfo@NotNull VmaAllocationCreateInfoVmaAllocationCreateInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VmaAllocationCreateInfoVmaAllocationCreateInfo.clone(Arena arena, VmaAllocationCreateInfo src) VmaAllocationCreateInfo.flags(int value) VmaAllocationCreateInfo.memoryTypeBits(int value) VmaAllocationCreateInfo.preferredFlags(int value) VmaAllocationCreateInfo.priority(float value) VmaAllocationCreateInfo.pUserData(@NotNull MemorySegment value) VmaAllocationCreateInfo.requiredFlags(int value) VmaAllocationCreateInfo.Ptr.toArray()VmaAllocationCreateInfo.usage(int value) Methods in club.doki7.vma.datatype that return types with arguments of type VmaAllocationCreateInfoModifier and TypeMethodDescription@NotNull Iterator<VmaAllocationCreateInfo> VmaAllocationCreateInfo.Ptr.iterator()Methods in club.doki7.vma.datatype with parameters of type VmaAllocationCreateInfoModifier and TypeMethodDescriptionstatic VmaAllocationCreateInfoVmaAllocationCreateInfo.clone(Arena arena, VmaAllocationCreateInfo src) voidVmaAllocationCreateInfo.Ptr.write(long index, @NotNull VmaAllocationCreateInfo value) Method parameters in club.doki7.vma.datatype with type arguments of type VmaAllocationCreateInfoModifier and TypeMethodDescriptionVmaAllocationCreateInfo.Ptr.at(long index, @NotNull Consumer<@NotNull VmaAllocationCreateInfo> consumer)