Uses of Record Class
club.doki7.vma.datatype.VmaAllocationInfo
Packages that use VmaAllocationInfo
-
Uses of VmaAllocationInfo in club.doki7.vma.datatype
Classes in club.doki7.vma.datatype that implement interfaces with type arguments of type VmaAllocationInfoModifier 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 VmaAllocationInfoModifier and TypeMethodDescriptionstatic VmaAllocationInfo
@NotNull VmaAllocationInfo
VmaAllocationInfo2.allocationInfo()
@NotNull VmaAllocationInfo
VmaAllocationInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VmaAllocationInfo
VmaAllocationInfo.clone
(Arena arena, VmaAllocationInfo src) VmaAllocationInfo.deviceMemory
(@Nullable VkDeviceMemory value) VmaAllocationInfo.memoryType
(int value) VmaAllocationInfo.offset
(long value) VmaAllocationInfo.pMappedData
(@Nullable IPointer pointer) VmaAllocationInfo.size
(long value) VmaAllocationInfo.Ptr.toArray()
Methods in club.doki7.vma.datatype that return types with arguments of type VmaAllocationInfoModifier and TypeMethodDescription@NotNull Iterator
<VmaAllocationInfo> VmaAllocationInfo.Ptr.iterator()
Methods in club.doki7.vma.datatype with parameters of type VmaAllocationInfoModifier and TypeMethodDescriptionVmaAllocationInfo2.allocationInfo
(@NotNull VmaAllocationInfo value) static VmaAllocationInfo
VmaAllocationInfo.clone
(Arena arena, VmaAllocationInfo src) void
VmaAllocationInfo.Ptr.write
(long index, @NotNull VmaAllocationInfo value) Method parameters in club.doki7.vma.datatype with type arguments of type VmaAllocationInfoModifier and TypeMethodDescriptionVmaAllocationInfo2.allocationInfo
(Consumer<@NotNull VmaAllocationInfo> consumer)