Uses of Record Class
club.doki7.vulkan.datatype.VkDedicatedAllocationMemoryAllocateInfoNV
Packages that use VkDedicatedAllocationMemoryAllocateInfoNV
-
Uses of VkDedicatedAllocationMemoryAllocateInfoNV in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkDedicatedAllocationMemoryAllocateInfoNVModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkDedicatedAllocationMemoryAllocateInfoNV
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDedicatedAllocationMemoryAllocateInfoNVModifier and TypeMethodDescriptionVkDedicatedAllocationMemoryAllocateInfoNV.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkDedicatedAllocationMemoryAllocateInfoNV.clone
(Arena arena, VkDedicatedAllocationMemoryAllocateInfoNV src) VkDedicatedAllocationMemoryAllocateInfoNV.pNext
(@NotNull MemorySegment value) VkDedicatedAllocationMemoryAllocateInfoNV.sType
(int value) VkDedicatedAllocationMemoryAllocateInfoNV.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkDedicatedAllocationMemoryAllocateInfoNVMethods in club.doki7.vulkan.datatype with parameters of type VkDedicatedAllocationMemoryAllocateInfoNVModifier and TypeMethodDescriptionVkDedicatedAllocationMemoryAllocateInfoNV.clone
(Arena arena, VkDedicatedAllocationMemoryAllocateInfoNV src) void
VkDedicatedAllocationMemoryAllocateInfoNV.Ptr.write
(long index, @NotNull VkDedicatedAllocationMemoryAllocateInfoNV value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkDedicatedAllocationMemoryAllocateInfoNVModifier and TypeMethodDescriptionVkDedicatedAllocationMemoryAllocateInfoNV.Ptr.at
(long index, @NotNull Consumer<@NotNull VkDedicatedAllocationMemoryAllocateInfoNV> consumer)