Cg OpenGL Runtime API cgGLGetMatrixParameterfr(3)
NAME
cgGLGetatrixParameterfr - get the values from a matrix
parameter
SYNOPSIS
#include
void cgGLGetMatrixParameterfr( CGparameter param,
float * matrix );
PARAMETERS
param The matrix parameter from which the values will be
retrieved.
matrix An array of floats into which the matrix values will
be retrieved. The size must be the number of rows
times the number of columns of param.
RETURN VALUES
None.
DESCRIPTION
cgGLGetatrixParameterfr retrieves the values from a matrix
parameter using row-major ordering.
cgGLGetatrixParameterfr may only be called with uniform
parameters.
EXAMPLES
to-be-written
ERORS
CGINVALIDPROFILEROR is generated if param's profile is
not a supported OpenGL profile.
CGNOTMATRIXPARAMEROR is generated if param is not a
matrix parameter.
CGINVALIDPARAMHANDLEROR is generated if param is not a
valid parameter.
HISTORY
cgGLGetatrixParameterfr was introduced in Cg 1.1.
SEE ALSO
cgGLGetMatrixParameterArray, cgGLSetMatrixParameterArray,
cgGLSetParameter
Cg Toolkit 2.1 Last change: 1
|