Searched defs:BeginRenderingState (Results 1 – 2 of 2) sorted by relevance
104 pub(super) struct BeginRenderingState { struct105 pub(super) attachments: Option<BeginRenderingAttachments>,106 pub(super) color_attachment_formats: Vec<Option<Format>>,107 pub(super) depth_attachment_format: Option<Format>,108 pub(super) stencil_attachment_format: Option<Format>,109 pub(super) pipeline_used: bool,
922 struct BeginRenderingState { struct923 pipeline_used: bool,