Tao.OpenGl SDK Documentation

Glu.TessBeginCallback Delegate

Callback (delegate) for use with gluTessCallback.

[Visual Basic]
Public Delegate Sub Glu.TessBeginCallback( _
   ByVal type As Integer _
)
[C#]
public delegate void Glu.TessBeginCallback(
   int type
);

Requirements

Namespace: Tao.OpenGl

Assembly: Tao.OpenGl (in Tao.OpenGl.dll)

See Also

Tao.OpenGl Namespace | gluTessCallback