Trait vulkano::pipeline::input_assembly::Index [] [src]

pub unsafe trait Index {
    fn ty() -> IndexType;
}

Trait for types that can be used as indices by the GPU.

Required Methods

Returns the type of data.

Implementors