CgGl.cgGLSetStateMatrixParameter Method
Sets the values of the parameter to a matrix in the OpenGL state.
[Visual Basic]
Public Shared Sub cgGLSetStateMatrixParameter( _
ByVal
param As
IntPtr, _
ByVal
matrix As
Integer, _
ByVal
transform As
Integer _
)
[C#]
public static
void cgGLSetStateMatrixParameter(
IntPtr param,
int matrix,
int transform);
Parameters
-
param
- Parameter that will be set.
-
matrix
- Which matrix should be retreived from the OpenGL state.
-
transform
- Optional transformation that will be aplied to the OpenGL state matrix before it is retreived to the parameter.
See Also
CgGl Class | Tao.Cg Namespace