Uses of Record Class
club.doki7.vma.datatype.VmaAllocatorCreateInfo
Packages that use VmaAllocatorCreateInfo
-
Uses of VmaAllocatorCreateInfo in club.doki7.vma.datatype
Classes in club.doki7.vma.datatype that implement interfaces with type arguments of type VmaAllocatorCreateInfoModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.vma.datatype that return VmaAllocatorCreateInfoModifier and TypeMethodDescriptionstatic VmaAllocatorCreateInfo@NotNull VmaAllocatorCreateInfoVmaAllocatorCreateInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VmaAllocatorCreateInfoVmaAllocatorCreateInfo.clone(Arena arena, VmaAllocatorCreateInfo src) VmaAllocatorCreateInfo.flags(int value) VmaAllocatorCreateInfo.instance(@Nullable VkInstance value) VmaAllocatorCreateInfo.pAllocationCallbacks(@Nullable IVkAllocationCallbacks value) VmaAllocatorCreateInfo.pDeviceMemoryCallbacks(@Nullable IVmaDeviceMemoryCallbacks value) VmaAllocatorCreateInfo.pHeapSizeLimit(@Nullable LongPtr value) VmaAllocatorCreateInfo.physicalDevice(@Nullable VkPhysicalDevice value) VmaAllocatorCreateInfo.preferredLargeHeapBlockSize(long value) VmaAllocatorCreateInfo.pTypeExternalMemoryHandleTypes(@Nullable IntPtr value) VmaAllocatorCreateInfo.pVulkanFunctions(@Nullable IVmaVulkanFunctions value) VmaAllocatorCreateInfo.Ptr.toArray()VmaAllocatorCreateInfo.vulkanApiVersion(int value) Methods in club.doki7.vma.datatype that return types with arguments of type VmaAllocatorCreateInfoModifier and TypeMethodDescription@NotNull Iterator<VmaAllocatorCreateInfo> VmaAllocatorCreateInfo.Ptr.iterator()Methods in club.doki7.vma.datatype with parameters of type VmaAllocatorCreateInfoModifier and TypeMethodDescriptionstatic VmaAllocatorCreateInfoVmaAllocatorCreateInfo.clone(Arena arena, VmaAllocatorCreateInfo src) voidVmaAllocatorCreateInfo.Ptr.write(long index, @NotNull VmaAllocatorCreateInfo value) Method parameters in club.doki7.vma.datatype with type arguments of type VmaAllocatorCreateInfoModifier and TypeMethodDescriptionVmaAllocatorCreateInfo.Ptr.at(long index, @NotNull Consumer<@NotNull VmaAllocatorCreateInfo> consumer)