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