pub type IndexFormat = IndexFormat;
Format of indices used with pipeline.
enum IndexFormat { Uint16 = 0, Uint32 = 1, }
Indices are 16 bit unsigned integers.
Indices are 32 bit unsigned integers.