Tao.OpenGl SDK Documentation

Gl.glCombinerOutputNV Method 

[Visual Basic]
Public Shared Sub glCombinerOutputNV( _
   ByVal stage As Integer, _
   ByVal portion As Integer, _
   ByVal abOutput As Integer, _
   ByVal cdOutput As Integer, _
   ByVal sumOutput As Integer, _
   ByVal scale As Integer, _
   ByVal bias As Integer, _
   ByVal abDotProduct As Integer, _
   ByVal cdDotProduct As Integer, _
   ByVal muxSum As Integer _
)
[C#]
public static void glCombinerOutputNV(
   int stage,
   int portion,
   int abOutput,
   int cdOutput,
   int sumOutput,
   int scale,
   int bias,
   int abDotProduct,
   int cdDotProduct,
   int muxSum
);

See Also

Gl Class | Tao.OpenGl Namespace