[−][src]Struct rendy_graph::render::SimpleRenderGroup
Render group that consist of simple graphics pipeline.
Trait Implementations
impl<B: Debug + Backend, P: Debug> Debug for SimpleRenderGroup<B, P> where
B::PipelineLayout: Debug,
B::GraphicsPipeline: Debug,
[src]
B::PipelineLayout: Debug,
B::GraphicsPipeline: Debug,
impl<B, T, P> RenderGroup<B, T> for SimpleRenderGroup<B, P> where
B: Backend,
T: ?Sized,
P: SimpleGraphicsPipeline<B, T>,
[src]
B: Backend,
T: ?Sized,
P: SimpleGraphicsPipeline<B, T>,
fn prepare(
&mut self,
factory: &Factory<B>,
queue: QueueId,
index: usize,
_subpass: Subpass<'_, B>,
aux: &T
) -> PrepareResult
[src]
&mut self,
factory: &Factory<B>,
queue: QueueId,
index: usize,
_subpass: Subpass<'_, B>,
aux: &T
) -> PrepareResult
fn draw_inline(
&mut self,
encoder: RenderPassEncoder<'_, B>,
index: usize,
_subpass: Subpass<'_, B>,
aux: &T
)
[src]
&mut self,
encoder: RenderPassEncoder<'_, B>,
index: usize,
_subpass: Subpass<'_, B>,
aux: &T
)
fn dispose(self: Box<Self>, factory: &mut Factory<B>, aux: &T)
[src]
Auto Trait Implementations
impl<B, P> RefUnwindSafe for SimpleRenderGroup<B, P> where
P: RefUnwindSafe,
<B as Backend>::DescriptorSetLayout: RefUnwindSafe,
<B as Backend>::GraphicsPipeline: RefUnwindSafe,
<B as Backend>::PipelineLayout: RefUnwindSafe,
P: RefUnwindSafe,
<B as Backend>::DescriptorSetLayout: RefUnwindSafe,
<B as Backend>::GraphicsPipeline: RefUnwindSafe,
<B as Backend>::PipelineLayout: RefUnwindSafe,
impl<B, P> Send for SimpleRenderGroup<B, P> where
P: Send,
<B as Backend>::DescriptorSetLayout: Send + Sync,
<B as Backend>::GraphicsPipeline: Send,
<B as Backend>::PipelineLayout: Send,
P: Send,
<B as Backend>::DescriptorSetLayout: Send + Sync,
<B as Backend>::GraphicsPipeline: Send,
<B as Backend>::PipelineLayout: Send,
impl<B, P> Sync for SimpleRenderGroup<B, P> where
P: Sync,
<B as Backend>::DescriptorSetLayout: Send + Sync,
<B as Backend>::GraphicsPipeline: Sync,
<B as Backend>::PipelineLayout: Sync,
P: Sync,
<B as Backend>::DescriptorSetLayout: Send + Sync,
<B as Backend>::GraphicsPipeline: Sync,
<B as Backend>::PipelineLayout: Sync,
impl<B, P> Unpin for SimpleRenderGroup<B, P> where
P: Unpin,
<B as Backend>::GraphicsPipeline: Unpin,
<B as Backend>::PipelineLayout: Unpin,
P: Unpin,
<B as Backend>::GraphicsPipeline: Unpin,
<B as Backend>::PipelineLayout: Unpin,
impl<B, P> UnwindSafe for SimpleRenderGroup<B, P> where
P: UnwindSafe,
<B as Backend>::DescriptorSetLayout: RefUnwindSafe,
<B as Backend>::GraphicsPipeline: UnwindSafe,
<B as Backend>::PipelineLayout: UnwindSafe,
P: UnwindSafe,
<B as Backend>::DescriptorSetLayout: RefUnwindSafe,
<B as Backend>::GraphicsPipeline: UnwindSafe,
<B as Backend>::PipelineLayout: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
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> 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>,