Tao.OpenGl SDK Documentation

Gl.glTexCoord3f Method 

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

See Also

Gl Class | Tao.OpenGl Namespace