|
XGraphicsglMatrixMode Method
|
The glMatrixMode function specifies which matrix is the current matrix.
Namespace: Pixoneer.NXDL.NGRAssembly: NXDLgr (in NXDLgr.dll) Version: 2.0.3.38
Syntaxpublic void glMatrixMode(
int cap
)
Parameters
- cap Int32
- The matrix stack that is the target for subsequent matrix operations. The mode parameter can assume one of three values.
Return Value
This function does not return a value.
Remarks
The glMatrixMode function sets the current matrix mode.
See Also