[−][src]Trait rendy::command::BeginInfo
Begin info for specific level and render pass relation.
Associated Types
type PassRelation: RenderPassRelation<L>
Pass relation type.
Required methods
fn inheritance_info(self) -> CommandBufferInheritanceInfo<'a, B>
Get command buffer inheritance info.
Implementations on Foreign Types
impl<'a, B, F> BeginInfo<'a, B, SecondaryLevel> for (Subpass<'a, B>, &'a F) where
B: Backend,
F: Borrow<<B as Backend>::Framebuffer>,
[src]
B: Backend,
F: Borrow<<B as Backend>::Framebuffer>,
type PassRelation = RenderPassContinue
fn inheritance_info(self) -> CommandBufferInheritanceInfo<'a, B>
[src]
impl<'a, B, F> BeginInfo<'a, B, SecondaryLevel> for (Subpass<'a, B>, Option<&'a F>) where
B: Backend,
F: Borrow<<B as Backend>::Framebuffer>,
[src]
B: Backend,
F: Borrow<<B as Backend>::Framebuffer>,
type PassRelation = RenderPassContinue
fn inheritance_info(self) -> CommandBufferInheritanceInfo<'a, B>
[src]
impl<'a, B, L> BeginInfo<'a, B, L> for () where
B: Backend,
L: Level,
[src]
B: Backend,
L: Level,
type PassRelation = OutsideRenderPass
fn inheritance_info(self) -> CommandBufferInheritanceInfo<'a, B>
[src]
impl<'a, B> BeginInfo<'a, B, SecondaryLevel> for Subpass<'a, B> where
B: Backend,
[src]
B: Backend,