Searched defs:stencil_attachment (Results 1 – 5 of 5) sorted by relevance
2089 let stencil_attachment = map_attachment_info(stencil_attachment); in begin_rendering() localVariable2301 pub stencil_attachment: Option<RenderingAttachmentInfo>, field
115 pub(super) stencil_attachment: Option<RenderingAttachmentInfo>, field
1792 VkRenderingAttachmentInfo stencil_attachment = { in begin_subpass() local
929 stencil_attachment: Option<RenderPassStateAttachmentInfo>, field
65387 pub fn stencil_attachment(mut self, stencil_attachment: &'a RenderingAttachmentInfo) -> Self { in stencil_attachment() method