IndexFormat


class IndexFormat


Specifies the data type of an index buffer.

Summary

Constants

const Int
Uint16 = 1

16-bit unsigned integer indices.

const Int
Uint32 = 2

32-bit unsigned integer indices.

const Int

Indicates that no index format is specified.

Public companion functions

String
toString(value: Int)

Constants

Uint16

const val Uint16 = 1: Int

16-bit unsigned integer indices.

Uint32

const val Uint32 = 2: Int

32-bit unsigned integer indices.

Undefined

const val Undefined = 0: Int

Indicates that no index format is specified.

Public companion functions

toString

Added in 1.0.0-alpha05
fun toString(value: Int): String