[−][src]Type Definition gfx_hal::command::SecondaryCommandBuffer
type SecondaryCommandBuffer<B, C, S = OneShot> = CommandBuffer<B, C, S, Secondary>;
A convenience alias for not typing out the full signature of a secondary command buffer.