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

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

Implementors