Struct vulkano::command_buffer::PrimaryCommandBuffer [] [src]

pub struct PrimaryCommandBuffer<P = Arc<StandardCommandPool>> where
    P: CommandPool
{ /* fields omitted */ }

Represents a collection of commands to be executed by the GPU.

A primary command buffer can contain any command.