IndexFormat
The format of the index buffer, which specifies the data type used to specify the geometry primitives.
| attributes | description |
|---|---|
| Format16 | Represents each index in the index buffer using a 16-bit unsigned integer. |
| Format32 | Represents that each index in the index buffer is represented by a 32-bit unsigned integer. |
