Struct vulkano::command_buffer::commands_extra::CmdDispatch [] [src]

pub struct CmdDispatch<P, S, Pc> { /* fields omitted */ }

Command that executes a compute shader.

Methods

impl<P, S, Pc> CmdDispatch<P, S, Pc> where
    P: ComputePipelineAbstract,
    S: DescriptorSetsCollection
[src]

See the documentation of the dispatch method.