Tao.OpenGl SDK Documentation

Gl.glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN Method 

[Visual Basic]
Public Shared Sub glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN( _
   ByVal rc As Integer, _
   ByVal s As Single, _
   ByVal t As Single, _
   ByVal nx As Single, _
   ByVal ny As Single, _
   ByVal nz As Single, _
   ByVal x As Single, _
   ByVal y As Single, _
   ByVal z As Single _
)
[C#]
public static void glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN(
   int rc,
   float s,
   float t,
   float nx,
   float ny,
   float nz,
   float x,
   float y,
   float z
);

See Also

Gl Class | Tao.OpenGl Namespace