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

pub struct CmdDrawIndirect<V, I, P, S, Pc> { /* fields omitted */ }

Command that draws non-indexed vertices.

Methods

impl<V, I, P, S, Pc> CmdDrawIndirect<V, I, P, S, Pc> where
    P: GraphicsPipelineAbstract,
    S: DescriptorSetsCollection,
    I: BufferAccess + TypedBufferAccess<Content = [DrawIndirectCommand]>, 
[src]

See the documentation of the draw method.