Tao.OpenGl SDK Documentation

Gl.glTexCoord4fVertex4fSUN Method 

[Visual Basic]
Public Shared Sub glTexCoord4fVertex4fSUN( _
   ByVal s As Single, _
   ByVal t As Single, _
   ByVal p As Single, _
   ByVal q As Single, _
   ByVal x As Single, _
   ByVal y As Single, _
   ByVal z As Single, _
   ByVal w As Single _
)
[C#]
public static void glTexCoord4fVertex4fSUN(
   float s,
   float t,
   float p,
   float q,
   float x,
   float y,
   float z,
   float w
);

See Also

Gl Class | Tao.OpenGl Namespace