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 recordRepresents a pointer to / an array ofVkRenderingAttachmentInfostructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkRenderingAttachmentInfoModifier and TypeMethodDescriptionstatic VkRenderingAttachmentInfo@NotNull VkRenderingAttachmentInfoVkRenderingAttachmentInfo.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 VkRenderingAttachmentInfoVkRenderingAttachmentInfo.clone(Arena arena, VkRenderingAttachmentInfo src) VkRenderingAttachmentInfo.imageLayout(int value) VkRenderingAttachmentInfo.imageView(@Nullable VkImageView value) VkRenderingAttachmentInfo.loadOp(int value) @Nullable VkRenderingAttachmentInfoVkRenderingInfo.pColorAttachments()@Nullable VkRenderingAttachmentInfoVkRenderingInfo.pDepthAttachment()VkRenderingAttachmentInfo.pNext(@NotNull MemorySegment value) @Nullable VkRenderingAttachmentInfoVkRenderingInfo.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 VkRenderingAttachmentInfoVkRenderingAttachmentInfo.clone(Arena arena, VkRenderingAttachmentInfo src) voidVkRenderingAttachmentInfo.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)