Tao.OpenGl SDK Documentation

Gl.glTexCoord4f Method 

[Visual Basic]
Public Shared Sub glTexCoord4f( _
   ByVal s As Single, _
   ByVal t As Single, _
   ByVal r As Single, _
   ByVal q As Single _
)
[C#]
public static void glTexCoord4f(
   float s,
   float t,
   float r,
   float q
);

See Also

Gl Class | Tao.OpenGl Namespace