[][src]Trait amethyst_rendy::rendy::hal::command::IntoRawCommandBuffer

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

A trait for types that can be converted into raw command buffer.

Required methods

fn into_raw(self) -> <B as Backend>::CommandBuffer

Converts into raw command buffer.

Loading content...

Implementors

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

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

Loading content...