Struct gfx_hal::pass::Subpass [−][src]
pub struct Subpass<'a, B: Backend> { pub index: SubpassId, pub main_pass: &'a B::RenderPass, }
A sub-pass borrow of a pass.
Fields
index: SubpassId
Index of the subpass
main_pass: &'a B::RenderPass
Main pass borrow.
Trait Implementations
impl<'a, B: Backend> Clone for Subpass<'a, B>
[src]
impl<'a, B: Backend> Clone for Subpass<'a, B>
[src]fn clone(&self) -> Self
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
Auto Trait Implementations
impl<'a, B> RefUnwindSafe for Subpass<'a, B> where
<B as Backend>::RenderPass: RefUnwindSafe,
impl<'a, B> RefUnwindSafe for Subpass<'a, B> where
<B as Backend>::RenderPass: RefUnwindSafe,
impl<'a, B> UnwindSafe for Subpass<'a, B> where
<B as Backend>::RenderPass: RefUnwindSafe,
impl<'a, B> UnwindSafe for Subpass<'a, B> where
<B as Backend>::RenderPass: RefUnwindSafe,