MonobjcMonobjc Documented Class Library
glCallLists Method (n, type, lists)
NamespacesMonobjc.OpenGLGLglCallLists(Int32, UInt32, IntPtr)

Original signature is 'extern void glCallLists (GLsizei n, GLenum type, const GLvoid *lists);'

Declaration Syntax
C#Visual BasicVisual C++
public static void glCallLists(
	int n,
	uint type,
	IntPtr lists
)
Public Shared Sub glCallLists ( _
	n As Integer, _
	type As UInteger, _
	lists As IntPtr _
)
public:
static void glCallLists(
	int n, 
	unsigned int type, 
	IntPtr lists
)
Parameters
n (Int32)

[Missing <param name="n"/> documentation for "M:Monobjc.OpenGL.GL.glCallLists(System.Int32,System.UInt32,System.IntPtr)"]

type (UInt32)

[Missing <param name="type"/> documentation for "M:Monobjc.OpenGL.GL.glCallLists(System.Int32,System.UInt32,System.IntPtr)"]

lists (IntPtr)

[Missing <param name="lists"/> documentation for "M:Monobjc.OpenGL.GL.glCallLists(System.Int32,System.UInt32,System.IntPtr)"]

Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.OpenGL (Module: Monobjc.OpenGL)