Uses of Record Class
club.doki7.vma.datatype.VmaPoolCreateInfo
Packages that use VmaPoolCreateInfo
-
Uses of VmaPoolCreateInfo in club.doki7.vma.datatype
Classes in club.doki7.vma.datatype that implement interfaces with type arguments of type VmaPoolCreateInfoModifier 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 VmaPoolCreateInfoModifier and TypeMethodDescriptionstatic VmaPoolCreateInfo
@NotNull VmaPoolCreateInfo
VmaPoolCreateInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VmaPoolCreateInfo.blockSize
(long value) static VmaPoolCreateInfo
VmaPoolCreateInfo.clone
(Arena arena, VmaPoolCreateInfo src) VmaPoolCreateInfo.flags
(int value) VmaPoolCreateInfo.maxBlockCount
(long value) VmaPoolCreateInfo.memoryTypeIndex
(int value) VmaPoolCreateInfo.minAllocationAlignment
(long value) VmaPoolCreateInfo.minBlockCount
(long value) VmaPoolCreateInfo.pMemoryAllocateNext
(@Nullable IPointer pointer) VmaPoolCreateInfo.pMemoryAllocateNext
(@NotNull MemorySegment value) VmaPoolCreateInfo.priority
(float value) VmaPoolCreateInfo.Ptr.toArray()
Methods in club.doki7.vma.datatype that return types with arguments of type VmaPoolCreateInfoModifier and TypeMethodDescription@NotNull Iterator
<VmaPoolCreateInfo> VmaPoolCreateInfo.Ptr.iterator()
Methods in club.doki7.vma.datatype with parameters of type VmaPoolCreateInfoModifier and TypeMethodDescriptionstatic VmaPoolCreateInfo
VmaPoolCreateInfo.clone
(Arena arena, VmaPoolCreateInfo src) void
VmaPoolCreateInfo.Ptr.write
(long index, @NotNull VmaPoolCreateInfo value) Method parameters in club.doki7.vma.datatype with type arguments of type VmaPoolCreateInfoModifier and TypeMethodDescriptionVmaPoolCreateInfo.Ptr.at
(long index, @NotNull Consumer<@NotNull VmaPoolCreateInfo> consumer)