[−][src]Trait amethyst_rendy::rendy::hal::command::Submittable
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]
B: Backend,
K: Capability + Supports<C>,
L: Level,
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]
B: Backend,
C: Capability + Supports<Graphics>,
S: Shot,