Tao.OpenGl SDK Documentation

Gl.glColorFragmentOp1ATI Method 

[Visual Basic]
Public Shared Sub glColorFragmentOp1ATI( _
   ByVal op As Integer, _
   ByVal dst As Integer, _
   ByVal dstMask As Integer, _
   ByVal dstMod As Integer, _
   ByVal arg1 As Integer, _
   ByVal arg1Rep As Integer, _
   ByVal arg1Mod As Integer _
)
[C#]
public static void glColorFragmentOp1ATI(
   int op,
   int dst,
   int dstMask,
   int dstMod,
   int arg1,
   int arg1Rep,
   int arg1Mod
);

See Also

Gl Class | Tao.OpenGl Namespace