[−][src]Struct rendy_command::RenderPassSecondaryEncoder
Special encoder to execute secondary buffers inside render pass.
Methods
impl<'a, B> RenderPassSecondaryEncoder<'a, B> where
B: Backend, [src]
B: Backend,
pub fn execute_commands(
&mut self,
submittables: impl IntoIterator<Item = impl Submittable<B, SecondaryLevel, RenderPassContinue>>
)[src]
&mut self,
submittables: impl IntoIterator<Item = impl Submittable<B, SecondaryLevel, RenderPassContinue>>
)
Execute commands from secondary buffers.
pub fn next_subpass_inline(self) -> RenderPassInlineEncoder<'a, B>[src]
Record next subpass inline.
pub fn next_subpass_secondary(self) -> RenderPassSecondaryEncoder<'a, B>[src]
Record next subpass secondary.
Trait Implementations
impl<'a, B> Drop for RenderPassSecondaryEncoder<'a, B> where
B: Backend, [src]
B: Backend,
impl<'a, B: Debug + Backend> Debug for RenderPassSecondaryEncoder<'a, B>[src]
Auto Trait Implementations
impl<'a, B> Unpin for RenderPassSecondaryEncoder<'a, B>
impl<'a, B> Sync for RenderPassSecondaryEncoder<'a, B> where
<B as Backend>::CommandBuffer: Sync,
<B as Backend>::CommandBuffer: Sync,
impl<'a, B> Send for RenderPassSecondaryEncoder<'a, B> where
<B as Backend>::CommandBuffer: Send,
<B as Backend>::CommandBuffer: Send,
impl<'a, B> !UnwindSafe for RenderPassSecondaryEncoder<'a, B>
impl<'a, B> RefUnwindSafe for RenderPassSecondaryEncoder<'a, B> where
<B as Backend>::CommandBuffer: RefUnwindSafe,
<B as Backend>::CommandBuffer: RefUnwindSafe,
Blanket Implementations
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Supports<T> for T[src]
impl<T> SetParameter for T[src]
fn set<T>(&mut self, value: T) -> <T as Parameter<Self>>::Result where
T: Parameter<Self>, [src]
T: Parameter<Self>,
Sets value as a parameter of self.