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 recordRepresents a pointer to / an array ofVkMemoryDedicatedAllocateInfostructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkMemoryDedicatedAllocateInfoModifier and TypeMethodDescription@NotNull VkMemoryDedicatedAllocateInfoVkMemoryDedicatedAllocateInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkMemoryDedicatedAllocateInfo.clone(Arena arena, VkMemoryDedicatedAllocateInfo src) VkMemoryDedicatedAllocateInfo.pNext(@NotNull MemorySegment value) 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) voidVkMemoryDedicatedAllocateInfo.Ptr.write(long index, @NotNull VkMemoryDedicatedAllocateInfo value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkMemoryDedicatedAllocateInfoModifier and TypeMethodDescriptionVkMemoryDedicatedAllocateInfo.Ptr.at(long index, @NotNull Consumer<@NotNull VkMemoryDedicatedAllocateInfo> consumer)