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

#[repr(u32)]
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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for InputRate
[src]

[src]

Formats the value using the given formatter.