cgSetMatrixParameterdr

Langue: en

Version: 47112 (openSuse - 09/10/07)

Section: 3 (Bibliothèques de fonctions)

NAME

cgSetMatrixParameterdr - sets the value of matrix parameters

SYNOPSIS


  #include <Cg/cg.h>






  void cgSetMatrixParameterdr( CGparameter param,

                               const double * matrix );





PARAMETERS


param
The parameter that will be set.
matrix
An array of values used to set the matrix parameter. The array must be the number of rows times the number of columns in size.

RETURN VALUES

None.

DESCRIPTION

cgSetMatrixParameterdr sets the value of a given matrix parameter from an array of doubles laid out in row-major order.

cgSetMatrixParameterdr may only be called with uniform parameters.

EXAMPLES

to-be-written

ERRORS

CG_NOT_MATRIX_PARAM_ERROR is generated if param is not a matrix parameter.

CG_INVALID_PARAM_HANDLE_ERROR is generated if param is not a valid parameter.

CG_INVALID_PARAMETER_ERROR is generated if the parameter fails to set for any other reason.

HISTORY

cgSetMatrixParameterdr was introduced in Cg 1.2.

SEE ALSO

the cgSetMatrixParameter manpage, the cgGetParameterRows manpage, the cgGetParameterColumns manpage, the cgGetMatrixParameterArray manpage, the cgGetParameterValues manpage