MonobjcMonobjc Documented Class Library
glNewList Method (list, mode)
NamespacesMonobjc.OpenGLGLglNewList(UInt32, UInt32)

Original signature is 'extern void glNewList (GLuint list, GLenum mode);'

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

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

mode (UInt32)

[Missing <param name="mode"/> documentation for "M:Monobjc.OpenGL.GL.glNewList(System.UInt32,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)