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 recordRepresents a pointer to / an array ofVkSubpassDescriptionstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkSubpassDescriptionModifier and TypeMethodDescriptionstatic VkSubpassDescription@NotNull VkSubpassDescriptionVkSubpassDescription.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkSubpassDescriptionVkSubpassDescription.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 VkSubpassDescriptionVkRenderPassCreateInfo.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 VkSubpassDescriptionVkSubpassDescription.clone(Arena arena, VkSubpassDescription src) voidVkSubpassDescription.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)