[−][src]Struct rendy_graph::render::RenderPassNode
Render-pass node.
Trait Implementations
impl<B, T> DynNode<B, T> for RenderPassNode<B, T> where
B: Backend,
T: ?Sized, [src]
B: Backend,
T: ?Sized,
unsafe fn run<'a>(
&mut self,
_ctx: &GraphContext<B>,
factory: &Factory<B>,
queue: &mut Queue<B>,
aux: &T,
frames: &Frames<B>,
waits: &[(&'a B::Semaphore, PipelineStage)],
signals: &[&'a B::Semaphore],
fence: Option<&mut Fence<B>>
)[src]
&mut self,
_ctx: &GraphContext<B>,
factory: &Factory<B>,
queue: &mut Queue<B>,
aux: &T,
frames: &Frames<B>,
waits: &[(&'a B::Semaphore, PipelineStage)],
signals: &[&'a B::Semaphore],
fence: Option<&mut Fence<B>>
)
unsafe fn dispose(self: Box<Self>, factory: &mut Factory<B>, aux: &T)[src]
impl<B: Backend, T: ?Sized> Debug for RenderPassNode<B, T>[src]
Auto Trait Implementations
impl<B, T: ?Sized> Send for RenderPassNode<B, T> where
<B as Backend>::CommandBuffer: Send + Sync,
<B as Backend>::CommandPool: Send,
<B as Backend>::Framebuffer: Send,
<B as Backend>::ImageView: Send,
<B as Backend>::RenderPass: Send,
<B as Backend>::CommandBuffer: Send + Sync,
<B as Backend>::CommandPool: Send,
<B as Backend>::Framebuffer: Send,
<B as Backend>::ImageView: Send,
<B as Backend>::RenderPass: Send,
impl<B, T: ?Sized> Sync for RenderPassNode<B, T> where
<B as Backend>::CommandBuffer: Send + Sync,
<B as Backend>::CommandPool: Sync,
<B as Backend>::Framebuffer: Sync,
<B as Backend>::ImageView: Sync,
<B as Backend>::RenderPass: Sync,
<B as Backend>::CommandBuffer: Send + Sync,
<B as Backend>::CommandPool: Sync,
<B as Backend>::Framebuffer: Sync,
<B as Backend>::ImageView: Sync,
<B as Backend>::RenderPass: Sync,
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> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,