Uses of Record Class
tech.icey.vk4j.datatype.VkRenderingAttachmentInfo
Packages that use VkRenderingAttachmentInfo
-
Uses of VkRenderingAttachmentInfo in tech.icey.vk4j.datatype
Methods in tech.icey.vk4j.datatype that return VkRenderingAttachmentInfoModifier and TypeMethodDescriptionstatic VkRenderingAttachmentInfostatic VkRenderingAttachmentInfo[]static VkRenderingAttachmentInfoVkRenderingAttachmentInfo.clone(Arena arena, VkRenderingAttachmentInfo src) static VkRenderingAttachmentInfo[]VkRenderingAttachmentInfo.clone(Arena arena, VkRenderingAttachmentInfo[] src) @Nullable VkRenderingAttachmentInfoVkRenderingInfo.pColorAttachments()@Nullable VkRenderingAttachmentInfo[]VkRenderingInfo.pColorAttachments(int assumedCount) @Nullable VkRenderingAttachmentInfoVkRenderingInfo.pDepthAttachment()@Nullable VkRenderingAttachmentInfo[]VkRenderingInfo.pDepthAttachment(int assumedCount) @Nullable VkRenderingAttachmentInfoVkRenderingInfo.pStencilAttachment()@Nullable VkRenderingAttachmentInfo[]VkRenderingInfo.pStencilAttachment(int assumedCount) Methods in tech.icey.vk4j.datatype with parameters of type VkRenderingAttachmentInfoModifier and TypeMethodDescriptionstatic VkRenderingAttachmentInfoVkRenderingAttachmentInfo.clone(Arena arena, VkRenderingAttachmentInfo src) static VkRenderingAttachmentInfo[]VkRenderingAttachmentInfo.clone(Arena arena, VkRenderingAttachmentInfo[] src) voidVkRenderingInfo.pColorAttachments(@Nullable VkRenderingAttachmentInfo value) voidVkRenderingInfo.pDepthAttachment(@Nullable VkRenderingAttachmentInfo value) voidVkRenderingInfo.pStencilAttachment(@Nullable VkRenderingAttachmentInfo value)