IndexFormat

Type Alias IndexFormat 

Source
pub type IndexFormat = IndexFormat;
Expand description

Format of indices used with pipeline.

Aliased Type§

#[repr(C)]
pub enum IndexFormat { Uint16 = 0, Uint32 = 1, }

Variants§

§

Uint16 = 0

Indices are 16 bit unsigned integers.

§

Uint32 = 1

Indices are 32 bit unsigned integers.