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