Uses of Record Class
club.doki7.vulkan.datatype.VkSubpassDescription2
Packages that use VkSubpassDescription2
-
Uses of VkSubpassDescription2 in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkSubpassDescription2Modifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkSubpassDescription2
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkSubpassDescription2Modifier and TypeMethodDescriptionstatic VkSubpassDescription2
@NotNull VkSubpassDescription2
VkSubpassDescription2.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkSubpassDescription2
VkSubpassDescription2.clone
(Arena arena, VkSubpassDescription2 src) VkSubpassDescription2.colorAttachmentCount
(int value) VkSubpassDescription2.flags
(int value) VkSubpassDescription2.inputAttachmentCount
(int value) VkSubpassDescription2.pColorAttachments
(@Nullable IVkAttachmentReference2 value) VkSubpassDescription2.pDepthStencilAttachment
(@Nullable IVkAttachmentReference2 value) VkSubpassDescription2.pInputAttachments
(@Nullable IVkAttachmentReference2 value) VkSubpassDescription2.pipelineBindPoint
(int value) VkSubpassDescription2.pNext
(@NotNull MemorySegment value) VkSubpassDescription2.pPreserveAttachments
(@Nullable IntPtr value) VkSubpassDescription2.preserveAttachmentCount
(int value) VkSubpassDescription2.pResolveAttachments
(@Nullable IVkAttachmentReference2 value) @Nullable VkSubpassDescription2
VkRenderPassCreateInfo2.pSubpasses()
VkSubpassDescription2.sType
(int value) VkSubpassDescription2.Ptr.toArray()
VkSubpassDescription2.viewMask
(int value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkSubpassDescription2Modifier and TypeMethodDescription@NotNull Iterator
<VkSubpassDescription2> VkSubpassDescription2.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkSubpassDescription2Modifier and TypeMethodDescriptionstatic VkSubpassDescription2
VkSubpassDescription2.clone
(Arena arena, VkSubpassDescription2 src) void
VkSubpassDescription2.Ptr.write
(long index, @NotNull VkSubpassDescription2 value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkSubpassDescription2Modifier and TypeMethodDescriptionVkSubpassDescription2.Ptr.at
(long index, @NotNull Consumer<@NotNull VkSubpassDescription2> consumer)