pub struct SubpassDependency2(/* private fields */);
Available on crate feature
VK_KHR_create_renderpass2
only.Implementations§
Source§impl SubpassDependency2
impl SubpassDependency2
pub const fn new(src: SubpassIndex, dst: SubpassIndex) -> Self
pub const fn of_execution( self, src: PipelineStageFlags, dst: PipelineStageFlags, ) -> Self
pub const fn of_memory(self, src: VkAccessFlags, dst: VkAccessFlags) -> Self
pub const fn by_region(self) -> Self
pub const fn view_offset(self, offset: i32) -> Self
Trait Implementations§
Source§impl Clone for SubpassDependency2
impl Clone for SubpassDependency2
Source§fn clone(&self) -> SubpassDependency2
fn clone(&self) -> SubpassDependency2
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Hash for SubpassDependency2
impl Hash for SubpassDependency2
Source§impl PartialEq for SubpassDependency2
impl PartialEq for SubpassDependency2
impl Eq for SubpassDependency2
impl StructuralPartialEq for SubpassDependency2
Auto Trait Implementations§
impl Freeze for SubpassDependency2
impl RefUnwindSafe for SubpassDependency2
impl !Send for SubpassDependency2
impl !Sync for SubpassDependency2
impl Unpin for SubpassDependency2
impl UnwindSafe for SubpassDependency2
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