pub struct SecondaryLevel;
Expand description
Command buffers of this level can be executed as part of the primary buffers.
Trait Implementations§
Source§impl<'a, B, F> BeginInfo<'a, B, SecondaryLevel> for (Subpass<'a, B>, &'a F)
impl<'a, B, F> BeginInfo<'a, B, SecondaryLevel> for (Subpass<'a, B>, &'a F)
Source§type PassRelation = RenderPassContinue
type PassRelation = RenderPassContinue
Pass relation type.
Source§fn inheritance_info(self) -> CommandBufferInheritanceInfo<'a, B>
fn inheritance_info(self) -> CommandBufferInheritanceInfo<'a, B>
Get command buffer inheritance info.
Source§impl<'a, B, F> BeginInfo<'a, B, SecondaryLevel> for (Subpass<'a, B>, Option<&'a F>)
impl<'a, B, F> BeginInfo<'a, B, SecondaryLevel> for (Subpass<'a, B>, Option<&'a F>)
Source§type PassRelation = RenderPassContinue
type PassRelation = RenderPassContinue
Pass relation type.
Source§fn inheritance_info(self) -> CommandBufferInheritanceInfo<'a, B>
fn inheritance_info(self) -> CommandBufferInheritanceInfo<'a, B>
Get command buffer inheritance info.
Source§impl<'a, B> BeginInfo<'a, B, SecondaryLevel> for Subpass<'a, B>where
B: Backend,
impl<'a, B> BeginInfo<'a, B, SecondaryLevel> for Subpass<'a, B>where
B: Backend,
Source§type PassRelation = RenderPassContinue
type PassRelation = RenderPassContinue
Pass relation type.
Source§fn inheritance_info(self) -> CommandBufferInheritanceInfo<'a, B>
fn inheritance_info(self) -> CommandBufferInheritanceInfo<'a, B>
Get command buffer inheritance info.
Source§impl Clone for SecondaryLevel
impl Clone for SecondaryLevel
Source§fn clone(&self) -> SecondaryLevel
fn clone(&self) -> SecondaryLevel
Returns a copy 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 Debug for SecondaryLevel
impl Debug for SecondaryLevel
Source§impl Default for SecondaryLevel
impl Default for SecondaryLevel
Source§fn default() -> SecondaryLevel
fn default() -> SecondaryLevel
Returns the “default value” for a type. Read more
Source§impl Level for SecondaryLevel
impl Level for SecondaryLevel
Source§impl RenderPassRelation<SecondaryLevel> for RenderPassContinue
impl RenderPassRelation<SecondaryLevel> for RenderPassContinue
Source§fn flags(&self) -> CommandBufferFlags
fn flags(&self) -> CommandBufferFlags
Flags required to begin command buffer.
impl Copy for SecondaryLevel
Auto Trait Implementations§
impl Freeze for SecondaryLevel
impl RefUnwindSafe for SecondaryLevel
impl Send for SecondaryLevel
impl Sync for SecondaryLevel
impl Unpin for SecondaryLevel
impl UnwindSafe for SecondaryLevel
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)