CgGl.cgGLGetMatrixParameterArrayfr Method (IntPtr, Int64, Int64, Single[])
Gets an array matrix parameters (float) in row order.
[Visual Basic]
Overloads Public Shared Sub cgGLGetMatrixParameterArrayfr( _
ByVal
param As
IntPtr, _
ByVal
offset As
Long, _
ByVal
nelements As
Long, _
ByVal
matrices As
Single() _
)
Parameters
-
param
- Parameter to get data from.
-
offset
- An offset into the array parameter to start getting from.
-
nelements
- The number of elements to get. A value of 0 will default to the number of elements in the array minus the offset value.
-
matrices
- The array of values retreived from parameter.. This must be a contiguous set of values that total nelements times the number of elements in the matrix.
See Also
CgGl Class | Tao.Cg Namespace | CgGl.cgGLGetMatrixParameterArrayfr Overload List