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

pub struct PrimaryCommandBuffer {
    // some fields omitted
}

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

A primary command buffer can contain any command.