[−][src]Trait gfx_hal::command::IntoRawCommandBuffer
A trait for types that can be converted into raw command buffer.
Required methods
fn into_raw(self) -> B::CommandBuffer
Converts into raw command buffer.
Implementors
impl<B, S> IntoRawCommandBuffer<B, Graphics> for SubpassCommandBuffer<B, S> where
B: Backend,
S: Shot,
[src]
B: Backend,
S: Shot,