Tao.OpenGl SDK Documentation

Gl.glTrackMatrixNV Method 

[Visual Basic]
Public Shared Sub glTrackMatrixNV( _
   ByVal target As Integer, _
   ByVal address As Integer, _
   ByVal matrix As Integer, _
   ByVal transform As Integer _
)
[C#]
public static void glTrackMatrixNV(
   int target,
   int address,
   int matrix,
   int transform
);

See Also

Gl Class | Tao.OpenGl Namespace