Tao.OpenGl SDK Documentation

Gl.glMultiTexCoord4f Method 

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

See Also

Gl Class | Tao.OpenGl Namespace