Struct vulkano::command_buffer::SecondaryComputeCommandBuffer [] [src]

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

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

A secondary compute command buffer contains non-draw commands (like copy commands, compute shader execution, etc.). It can only be called outside of a renderpass.