Tao.OpenGl SDK Documentation

Gl.glMultiTexCoord2hNV Method 

[Visual Basic]
Public Shared Sub glMultiTexCoord2hNV( _
   ByVal target As Integer, _
   ByVal s As Short, _
   ByVal t As Short _
)
[C#]
public static void glMultiTexCoord2hNV(
   int target,
   short s,
   short t
);

See Also

Gl Class | Tao.OpenGl Namespace