Auxiliary 3-tuple of GLclampf values.
Auxiliary 4-tuple of GLclampf values.
Auxiliary 5-tuple of GLclampf values.
Auxiliary 2-tuple of GLfloat values.
Auxiliary 3-tuple of GLfloat values.
Auxiliary 4-tuple of GLfloat values.
Auxiliary 2-tuple of GLsizei values.
Auxiliary 3-tuple of GLsizei values.
Auxiliary 4-tuple of GLsizei values.
Clamps a single GLclampf/GLfloat value to the range [0.0, 1.0]. If clamping is necessary, a user-level message will be logged to console.
Single GLclampf/GLfloat value to clamp to range [0.0, 1.0].
String describing the value's semantic, used for the user-level log message.
Clamps each GLclampf/GLfloat value of a 2-tuple to the range [0.0, 1.0]. If clamping is necessary, a user-level message will be logged to console.
2-tuple of GLclampf/GLfloat values, each to be clamped to range [0.0, 1.0].
String describing the tuple's semantic, used for the user-level log message.
Clamps each GLclampf/GLfloat value of a 3-tuple to the range [0.0, 1.0]. If clamping is necessary, a user-level message will be logged to console.
3-tuple of GLclampf/GLfloat values, each to be clamped to range [0.0, 1.0].
String describing the tuple's semantic, used for the user-level log message.
Clamps each GLclampf/GLfloat value of a 4-tuple to the range [0.0, 1.0]. If clamping is necessary, a user-level message will be logged to console.
4-tuple of GLclampf/GLfloat values, each to be clamped to range [0.0, 1.0].
String describing the tuple's semantic, used for the user-level log message.
Creates a duplicate of a 2-tuple into another tuple.
Source tuple to create duplicate of.
Creates a duplicate of a 3-tuple into another tuple.
Source tuple to create duplicate of.
Creates a duplicate of a 4-tuple into another tuple.
Source tuple to create duplicate of.
Checks whether or not two 2-tuples have identical values.
Checks whether or not two 3-tuples have identical values.
Checks whether or not two 4-tuples have identical values.
Creates a tuple from a array buffer of the same size.
Array of two float32 values.
Creates a tuple from a array buffer of the same size.
Array of three float32 values.
Creates a tuple from a array buffer of the same size.
Array of four float32 values.
Auxiliary 3-tuple of GLclampf values.