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