[][src]Trait gfx_hal::command::IntoRawCommandBuffer

pub trait IntoRawCommandBuffer<B: Backend, C> {
    fn into_raw(self) -> B::CommandBuffer;
}

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.

Loading content...

Implementors

impl<B, S> IntoRawCommandBuffer<B, Graphics> for SubpassCommandBuffer<B, S> where
    B: Backend,
    S: Shot
[src]

impl<B: Backend, C, S, L> IntoRawCommandBuffer<B, C> for CommandBuffer<B, C, S, L>[src]

Loading content...