Tao.OpenGl SDK Documentation

Gl.glCallLists Method (Int32, Int32, IntPtr)

[Visual Basic]
Overloads Public Shared Sub glCallLists( _
   ByVal n As Integer, _
   ByVal type As Integer, _
   ByVal lists As IntPtr _
)
[C#]
public static void glCallLists(
   int n,
   int type,
   IntPtr lists
);

See Also

Gl Class | Tao.OpenGl Namespace | Gl.glCallLists Overload List