Trait cat_engine_basement::graphics::core::drawing::AvailableIndexType[][src]

pub trait AvailableIndexType: Sized {
    fn gl_enum() -> u32;

    fn offset(elements: isize) -> isize { ... }
}
Expand description

Specifies the type of indices.

Don’t implement for any other types.

Required methods

Provided methods

Implementations on Foreign Types

Implementors