Enumeration AttributeType

Possible variable types for attributes.

Enumeration Members

BOOL: 35670

A boolean value.

BOOL_VEC2: 35671

A two-dimensional vector of boolean values.

BOOL_VEC3: 35672

A three-dimensional vector of boolean values.

BOOL_VEC4: 35673

A four-dimensional vector of boolean values.

FLOAT: 5126

A 32-bit signed floating-point value.

FLOAT_MAT2: 35674

A matrix of 32-bit signed floating-point values with two rows and two columns.

FLOAT_MAT3: 35675

A matrix of 32-bit signed floating-point values with three rows and three columns.

FLOAT_MAT4: 35676

A matrix of 32-bit signed floating-point values with four rows and four columns.

FLOAT_VEC2: 35664

A two-dimensional vector of 32-bit signed floating-point values.

FLOAT_VEC3: 35665

A three-dimensional vector of 32-bit signed floating-point values.

FLOAT_VEC4: 35666

A four-dimensional vector of 32-bit signed floating-point values.

INT: 5124

A 32-bit signed integer value.

INT_VEC2: 35667

A two-dimensional vector of 32-bit signed integer values.

INT_VEC3: 35668

A three-dimensional vector of 32-bit signed integer values.

INT_VEC4: 35669

A four-dimensional vector of 32-bit signed integer values.

UNSIGNED_INT: 5125

A 32-bit signed uninteger value.

UNSIGNED_INT_VEC2: 36294

A two-dimensional vector of 32-bit unsigned integer values.

UNSIGNED_INT_VEC3: 36295

A three-dimensional vector of 32-bit unsigned integer values.

UNSIGNED_INT_VEC4: 36296

A four-dimensional vector of 32-bit unsigned integer values.

Generated using TypeDoc