[][src]Trait amethyst_rendy::rendy::hal::command::Submittable

pub trait Submittable<B, C, L>: Borrow<<B as Backend>::CommandBuffer> where
    B: Backend,
    C: Capability,
    L: Level
{ }

A property of a command buffer to be submitted to a queue with specific capability.

Implementors

impl<B, C, K, S, L> Submittable<B, K, L> for CommandBuffer<B, C, S, L, <B as Backend>::CommandBuffer> where
    B: Backend,
    K: Capability + Supports<C>,
    L: Level
[src]

impl<B, C, S> Submittable<B, C, Secondary> for SubpassCommandBuffer<B, S, <B as Backend>::CommandBuffer> where
    B: Backend,
    C: Capability + Supports<Graphics>,
    S: Shot
[src]

Loading content...