MonobjcMonobjc Documented Class Library
glGenLists Method (range)
NamespacesMonobjc.OpenGLGLglGenLists(Int32)

Original signature is 'extern GLuint glGenLists (GLsizei range);'

Declaration Syntax
C#Visual BasicVisual C++
public static uint glGenLists(
	int range
)
Public Shared Function glGenLists ( _
	range As Integer _
) As UInteger
public:
static unsigned int glGenLists(
	int range
)
Parameters
range (Int32)

[Missing <param name="range"/> documentation for "M:Monobjc.OpenGL.GL.glGenLists(System.Int32)"]

Return Value

[Missing <returns> documentation for "M:Monobjc.OpenGL.GL.glGenLists(System.Int32)"]

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)