Uses of Record Class
club.doki7.vulkan.datatype.VkMemoryDedicatedAllocateInfo
Packages that use VkMemoryDedicatedAllocateInfo
-
Uses of VkMemoryDedicatedAllocateInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkMemoryDedicatedAllocateInfoModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkMemoryDedicatedAllocateInfo
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkMemoryDedicatedAllocateInfoModifier and TypeMethodDescription@NotNull VkMemoryDedicatedAllocateInfo
VkMemoryDedicatedAllocateInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkMemoryDedicatedAllocateInfo.clone
(Arena arena, VkMemoryDedicatedAllocateInfo src) VkMemoryDedicatedAllocateInfo.sType
(int value) VkMemoryDedicatedAllocateInfo.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkMemoryDedicatedAllocateInfoModifier and TypeMethodDescription@NotNull Iterator
<VkMemoryDedicatedAllocateInfo> VkMemoryDedicatedAllocateInfo.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkMemoryDedicatedAllocateInfoModifier and TypeMethodDescriptionVkMemoryDedicatedAllocateInfo.clone
(Arena arena, VkMemoryDedicatedAllocateInfo src) void
VkMemoryDedicatedAllocateInfo.Ptr.write
(long index, @NotNull VkMemoryDedicatedAllocateInfo value)