Tao.OpenGl SDK Documentation

Gl.glAccum Method 

[Visual Basic]
Public Shared Sub glAccum( _
   ByVal op As Integer, _
   ByVal value As Single _
)
[C#]
public static void glAccum(
   int op,
   float value
);

See Also

Gl Class | Tao.OpenGl Namespace