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

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

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

Required methods

Returns the type of data.

Implementations on Foreign Types

Implementors