Searched defs:depth_attachment (Results 1 – 6 of 6) sorted by relevance
2088 let depth_attachment = map_attachment_info(depth_attachment); in begin_rendering() localVariable2293 pub depth_attachment: Option<RenderingAttachmentInfo>, field
114 pub(super) depth_attachment: Option<RenderingAttachmentInfo>, field
1789 VkRenderingAttachmentInfo depth_attachment = { in begin_subpass() local
928 depth_attachment: Option<RenderPassStateAttachmentInfo>, field
888 VkImageView *depth_attachment = nullptr; in VKTriangleTest() local
65382 pub fn depth_attachment(mut self, depth_attachment: &'a RenderingAttachmentInfo) -> Self { in depth_attachment() method