Enum vulkano::pipeline::input_assembly::IndexType [] [src]

pub enum IndexType {
    U16,
    U32,
}

An enumeration of all valid index types.

Variants

Trait Implementations

impl Copy for IndexType
[src]

impl Clone for IndexType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for IndexType
[src]

Formats the value using the given formatter.