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