[][src]Trait gfx_hal::command::Submittable

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

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

Implementors

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

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

Loading content...