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 record
Represents 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 VmaAllocatorCreateInfo
VmaAllocatorCreateInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VmaAllocatorCreateInfo
VmaAllocatorCreateInfo.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 VmaAllocatorCreateInfo
VmaAllocatorCreateInfo.clone
(Arena arena, VmaAllocatorCreateInfo src) void
VmaAllocatorCreateInfo.Ptr.write
(long index, @NotNull VmaAllocatorCreateInfo value)