Trait three_d::core::buffer::ElementBufferDataType[][src]

pub trait ElementBufferDataType: Default + Debug + Clone + BufferDataTypeExtension {
    fn into_u32(&self) -> u32;
}
Expand description

The basic data type used for each index in an element buffer.

Required methods

Converts the index to u32.

Implementations on Foreign Types

Implementors