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

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

Command that draws indexed vertices.

Methods

impl<V, Ib, I, P, S, Pc> CmdDrawIndexed<V, Ib, P, S, Pc> where
    P: GraphicsPipelineAbstract,
    S: DescriptorSetsCollection,
    Ib: BufferAccess + TypedBufferAccess<Content = [I]>,
    I: Index + 'static, 
[src]

See the documentation of the draw method.