Uses of Record Class
club.doki7.vma.datatype.VmaAllocatorInfo
Packages that use VmaAllocatorInfo
-
Uses of VmaAllocatorInfo in club.doki7.vma.datatype
Classes in club.doki7.vma.datatype that implement interfaces with type arguments of type VmaAllocatorInfoModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.vma.datatype that return VmaAllocatorInfoModifier and TypeMethodDescriptionstatic VmaAllocatorInfo@NotNull VmaAllocatorInfoVmaAllocatorInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VmaAllocatorInfoVmaAllocatorInfo.clone(Arena arena, VmaAllocatorInfo src) VmaAllocatorInfo.instance(@Nullable VkInstance value) VmaAllocatorInfo.physicalDevice(@Nullable VkPhysicalDevice value) VmaAllocatorInfo.Ptr.toArray()Methods in club.doki7.vma.datatype that return types with arguments of type VmaAllocatorInfoModifier and TypeMethodDescription@NotNull Iterator<VmaAllocatorInfo> VmaAllocatorInfo.Ptr.iterator()Methods in club.doki7.vma.datatype with parameters of type VmaAllocatorInfoModifier and TypeMethodDescriptionstatic VmaAllocatorInfoVmaAllocatorInfo.clone(Arena arena, VmaAllocatorInfo src) voidVmaAllocatorInfo.Ptr.write(long index, @NotNull VmaAllocatorInfo value) Method parameters in club.doki7.vma.datatype with type arguments of type VmaAllocatorInfoModifier and TypeMethodDescriptionVmaAllocatorInfo.Ptr.at(long index, @NotNull Consumer<@NotNull VmaAllocatorInfo> consumer)