Tao.OpenGl SDK Documentation

Gl.glMultiTexCoord3f Method 

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

See Also

Gl Class | Tao.OpenGl Namespace