SHADER_PARAMETER_TYPES

Members

(static, constant) ARRAY_BOOLEAN :'bool[]'

Description:
  • The 'ARRAY_BOOLEAN' shader parameter type.
Source:
The 'ARRAY_BOOLEAN' shader parameter type.
Type:
  • 'bool[]'

(static, constant) ARRAY_FLOAT :'float[]'

Description:
  • The 'ARRAY_FLOAT' shader parameter type.
Source:
The 'ARRAY_FLOAT' shader parameter type.
Type:
  • 'float[]'

(static, constant) ARRAY_INTEGER :'int[]'

Description:
  • The 'ARRAY_INTEGER' shader parameter type.
Source:
The 'ARRAY_INTEGER' shader parameter type.
Type:
  • 'int[]'

(static, constant) ARRAY_MATRIX_4 :'mat4[]'

Description:
  • The 'ARRAY_MATRIX_4' shader parameter type.
Source:
The 'ARRAY_MATRIX_4' shader parameter type.
Type:
  • 'mat4[]'

(static, constant) ARRAY_VECTOR_2 :'vec2[]'

Description:
  • The 'ARRAY_VECTOR_2' shader parameter type.
Source:
The 'ARRAY_VECTOR_2' shader parameter type.
Type:
  • 'vec2[]'

(static, constant) ARRAY_VECTOR_3 :'vec3[]'

Description:
  • The 'ARRAY_VECTOR_3' shader parameter type.
Source:
The 'ARRAY_VECTOR_3' shader parameter type.
Type:
  • 'vec3[]'

(static, constant) BOOLEAN :'bool'

Description:
  • The 'BOOLEAN' shader parameter type.
Source:
The 'BOOLEAN' shader parameter type.
Type:
  • 'bool'

(static, constant) FLOAT :'float'

Description:
  • The 'FLOAT' shader parameter type.
Source:
The 'FLOAT' shader parameter type.
Type:
  • 'float'

(static, constant) INTEGER :'int'

Description:
  • The 'INTEGER' shader parameter type.
Source:
The 'INTEGER' shader parameter type.
Type:
  • 'int'

(static, constant) MATRIX_4 :'mat4'

Description:
  • The 'MATRIX_4' shader parameter type.
Source:
The 'MATRIX_4' shader parameter type.
Type:
  • 'mat4'

(static, constant) SAMPLER_2D :'sampler2D'

Description:
  • The 'SAMPLER_2D' shader parameter type.
Source:
The 'SAMPLER_2D' shader parameter type.
Type:
  • 'sampler2D'

(static, constant) VECTOR_2 :'vec2'

Description:
  • The 'VECTOR_2' shader parameter type.
Source:
The 'VECTOR_2' shader parameter type.
Type:
  • 'vec2'

(static, constant) VECTOR_3 :'vec3'

Description:
  • The 'VECTOR_3' shader parameter type.
Source:
The 'VECTOR_3' shader parameter type.
Type:
  • 'vec3'