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 record
Represents 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 VmaAllocationCreateInfo
VmaAllocationCreateInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VmaAllocationCreateInfo
VmaAllocationCreateInfo.clone
(Arena arena, VmaAllocationCreateInfo src) VmaAllocationCreateInfo.flags
(int value) VmaAllocationCreateInfo.memoryTypeBits
(int value) VmaAllocationCreateInfo.preferredFlags
(int value) VmaAllocationCreateInfo.priority
(float 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 VmaAllocationCreateInfo
VmaAllocationCreateInfo.clone
(Arena arena, VmaAllocationCreateInfo src) void
VmaAllocationCreateInfo.Ptr.write
(long index, @NotNull VmaAllocationCreateInfo value)