Type Alias blue_engine::imports::IndexFormat

source ·
pub type IndexFormat = IndexFormat;
Expand description

Format of indices used with pipeline.

Aliased Type§

enum IndexFormat {
    Uint16 = 0,
    Uint32 = 1,
}

Variants§

§

Uint16 = 0

Indices are 16 bit unsigned integers.

§

Uint32 = 1

Indices are 32 bit unsigned integers.