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 recordRepresents 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 VmaAllocationInfoVmaAllocationInfo2.allocationInfo()@NotNull VmaAllocationInfoVmaAllocationInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VmaAllocationInfoVmaAllocationInfo.clone(Arena arena, VmaAllocationInfo src) VmaAllocationInfo.deviceMemory(@Nullable VkDeviceMemory value) VmaAllocationInfo.memoryType(int value) VmaAllocationInfo.offset(long value) VmaAllocationInfo.pMappedData(@Nullable IPointer pointer) VmaAllocationInfo.pMappedData(@NotNull MemorySegment value) VmaAllocationInfo.pUserData(@NotNull MemorySegment value) 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 VmaAllocationInfoVmaAllocationInfo.clone(Arena arena, VmaAllocationInfo src) voidVmaAllocationInfo.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) VmaAllocationInfo.Ptr.at(long index, @NotNull Consumer<@NotNull VmaAllocationInfo> consumer)