Skip to content

IndexFormat

The format of the index buffer, which specifies the data type used to specify the geometry primitives.

attributesdescription
Format16Represents each index in the index buffer using a 16-bit unsigned integer.
Format32Represents that each index in the index buffer is represented by a 32-bit unsigned integer.