Tao.OpenGl SDK Documentation

Gl.glTexCoord4hNV Method 

[Visual Basic]
Public Shared Sub glTexCoord4hNV( _
   ByVal s As Short, _
   ByVal t As Short, _
   ByVal r As Short, _
   ByVal q As Short _
)
[C#]
public static void glTexCoord4hNV(
   short s,
   short t,
   short r,
   short q
);

See Also

Gl Class | Tao.OpenGl Namespace