Enum vulkano::pipeline::vertex::InputRate [] [src]

pub enum InputRate {
    Vertex,
    Instance,
}

How the vertex source should be unrolled.

Variants

Each element of the source corresponds to a vertex.

Each element of the source corresponds to an instance.

Trait Implementations

impl Copy for InputRate
[src]

impl Clone for InputRate
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for InputRate
[src]

Formats the value using the given formatter.