[−][src]Trait amethyst_rendy::rendy::hal::command::IntoRawCommandBuffer
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.
Implementors
impl<B, C, S, L> IntoRawCommandBuffer<B, C> for CommandBuffer<B, C, S, L, <B as Backend>::CommandBuffer> where
B: Backend,
[src]
B: Backend,
fn into_raw(self) -> <B as Backend>::CommandBuffer
[src]
impl<B, S> IntoRawCommandBuffer<B, Graphics> for SubpassCommandBuffer<B, S, <B as Backend>::CommandBuffer> where
B: Backend,
S: Shot,
[src]
B: Backend,
S: Shot,