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.

Implementations on Foreign Types

impl Index for u16
[src]

impl Index for u32
[src]

Implementors