Uses of Record Class
club.doki7.vulkan.datatype.VkRenderingAttachmentInfo
Packages that use VkRenderingAttachmentInfo
-
Uses of VkRenderingAttachmentInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkRenderingAttachmentInfoModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkRenderingAttachmentInfo
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkRenderingAttachmentInfoModifier and TypeMethodDescriptionstatic VkRenderingAttachmentInfo
@NotNull VkRenderingAttachmentInfo
VkRenderingAttachmentInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkRenderingAttachmentInfo.clearValue
(@NotNull VkClearValue value) VkRenderingAttachmentInfo.clearValue
(Consumer<@NotNull VkClearValue> consumer) static VkRenderingAttachmentInfo
VkRenderingAttachmentInfo.clone
(Arena arena, VkRenderingAttachmentInfo src) VkRenderingAttachmentInfo.imageLayout
(int value) VkRenderingAttachmentInfo.imageView
(@Nullable VkImageView value) VkRenderingAttachmentInfo.loadOp
(int value) @Nullable VkRenderingAttachmentInfo
VkRenderingInfo.pColorAttachments()
@Nullable VkRenderingAttachmentInfo
VkRenderingInfo.pDepthAttachment()
VkRenderingAttachmentInfo.pNext
(@NotNull MemorySegment value) @Nullable VkRenderingAttachmentInfo
VkRenderingInfo.pStencilAttachment()
VkRenderingAttachmentInfo.resolveImageLayout
(int value) VkRenderingAttachmentInfo.resolveImageView
(@Nullable VkImageView value) VkRenderingAttachmentInfo.resolveMode
(int value) VkRenderingAttachmentInfo.storeOp
(int value) VkRenderingAttachmentInfo.sType
(int value) VkRenderingAttachmentInfo.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkRenderingAttachmentInfoModifier and TypeMethodDescription@NotNull Iterator
<VkRenderingAttachmentInfo> VkRenderingAttachmentInfo.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkRenderingAttachmentInfoModifier and TypeMethodDescriptionstatic VkRenderingAttachmentInfo
VkRenderingAttachmentInfo.clone
(Arena arena, VkRenderingAttachmentInfo src) void
VkRenderingAttachmentInfo.Ptr.write
(long index, @NotNull VkRenderingAttachmentInfo value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkRenderingAttachmentInfoModifier and TypeMethodDescriptionVkRenderingAttachmentInfo.Ptr.at
(long index, @NotNull Consumer<@NotNull VkRenderingAttachmentInfo> consumer)