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

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

Command that draws non-indexed vertices.

Methods

impl<V, P, S, Pc> CmdDraw<V, P, S, Pc> where
    P: GraphicsPipelineAbstract,
    S: DescriptorSetsCollection
[src]

See the documentation of the draw method.