MonobjcMonobjc Documented Class Library
glCallList Method (list)
NamespacesMonobjc.OpenGLGLglCallList(UInt32)

Original signature is 'extern void glCallList (GLuint list);'

Declaration Syntax
C#Visual BasicVisual C++
public static void glCallList(
	uint list
)
Public Shared Sub glCallList ( _
	list As UInteger _
)
public:
static void glCallList(
	unsigned int list
)
Parameters
list (UInt32)

[Missing <param name="list"/> documentation for "M:Monobjc.OpenGL.GL.glCallList(System.UInt32)"]

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)