Enumeration DataType

Data type enumeration

Enumeration Members

BOOL: 35670

Boolean

BOOL_VEC2: 35671

Boolean two-dimensional vector

BOOL_VEC3: 35672

Boolean three-dimensional vector

BOOL_VEC4: 35673

Boolean four-dimensional vector

BYTE: 5120

Byte

FLOAT: 5126

Float

FLOAT_ARRAY: 35677

Float array

FLOAT_MAT2: 35674

Second-order matrix

FLOAT_MAT2_ARRAY: 100007

Second-order matrix array

FLOAT_MAT3: 35675

Third-order matrix

FLOAT_MAT3_ARRAY: 100008

Third-order matrix array

FLOAT_MAT4: 35676

Fourth-order matrix

FLOAT_MAT4_ARRAY: 100009

Fourth-order matrix array

FLOAT_VEC2: 35664

Floating-point two-dimensional vector

FLOAT_VEC2_ARRAY: 100000

Floating-point two-dimensional vector array

FLOAT_VEC3: 35665

Floating-point three-dimensional vector

FLOAT_VEC3_ARRAY: 100001

Floating-point three-dimensional vector array

FLOAT_VEC4: 35666

Floating-point four-dimensional vector

FLOAT_VEC4_ARRAY: 100002

Floating-point four-dimensional vector array

INT: 5124

Integer

INT_ARRAY: 100003

Integer array

INT_VEC2: 35667

Integer two-dimensional vector

INT_VEC2_ARRAY: 100004

Integer two-dimensional vector array

INT_VEC3: 35668

Integer three-dimensional vector

INT_VEC3_ARRAY: 100005

Integer three-dimensional vector array

INT_VEC4: 35669

Integer four-dimensional vector

INT_VEC4_ARRAY: 100006

Integer four-dimensional vector array

SAMPLER_2D: 35678

2D sampler

SAMPLER_2D_ARRAY: 100010

2D texture sampler array

SAMPLER_CUBE: 35680

Cube map Texture sampler

SAMPLER_CUBE_ARRAY: 100011

Cube map texture sampler array

SHORT: 5122

Short

TEXTURE_CUBE_MAP_NEGATIVE_X: 34070
TEXTURE_CUBE_MAP_NEGATIVE_Y: 34072
TEXTURE_CUBE_MAP_NEGATIVE_Z: 34074
TEXTURE_CUBE_MAP_POSITIVE_X: 34069
TEXTURE_CUBE_MAP_POSITIVE_Y: 34071
TEXTURE_CUBE_MAP_POSITIVE_Z: 34073
UNSIGNED_BYTE: 5121

Unsigned byte

UNSIGNED_INT: 5125

Unsigned int

UNSIGNED_SHORT: 5123

Unsigned short

Generated using TypeDoc