Searched defs:BeginRenderingAttachments (Results 1 – 1 of 1) sorted by relevance
112 pub(super) struct BeginRenderingAttachments { struct113 pub(super) color_attachments: Vec<Option<RenderingAttachmentInfo>>,114 pub(super) depth_attachment: Option<RenderingAttachmentInfo>,115 pub(super) stencil_attachment: Option<RenderingAttachmentInfo>,