pub struct SubpassBuilder { /* private fields */ }
Implementations§
Source§impl SubpassBuilder
impl SubpassBuilder
pub fn new() -> Self
pub fn with_color_attachment( self, attachment_index: usize, layout: ImageLayoutHint, ) -> Self
pub fn with_inputs()
pub fn with_resolves()
pub fn with_preserves()
pub fn build<'a>(self) -> Subpass<'a>
Auto Trait Implementations§
impl Freeze for SubpassBuilder
impl RefUnwindSafe for SubpassBuilder
impl Send for SubpassBuilder
impl Sync for SubpassBuilder
impl Unpin for SubpassBuilder
impl UnwindSafe for SubpassBuilder
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more