logo
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