Namespace: DataType

DataType

DataType represents the data type used by a gpu buffer (vertex buffer, index buffer, textures)

Properties:
Name Type Description
UNSIGNED_BYTE

Unsigned byte (8 bit integer)

UNSIGNED_SHORT

Unsigned short (16 bit integer)

UNSIGNED_INT

Unsigned short (32 bit integer)

FLOAT

Floating point (32 bit float)