[][src]Trait web_glitz::pipeline::graphics::IndexFormat

pub unsafe trait IndexFormat: Copy {
    const TYPE: IndexType;
}

Trait implemented for types that can be used as indices for a [VertexArray] encoded in the associated IndexType.

Associated Constants

const TYPE: IndexType

The IndexType associated with this IndexFormat.

Loading content...

Implementations on Foreign Types

impl IndexFormat for u8[src]

impl IndexFormat for u16[src]

impl IndexFormat for u32[src]

Loading content...

Implementors

Loading content...