Type Definition gfx_hal::command::SecondaryCommandBuffer

source ·
pub type SecondaryCommandBuffer<B, C, S = OneShot> = CommandBuffer<B, C, S, Secondary>;
Expand description

A convenience alias for not typing out the full signature of a secondary command buffer.