MonobjcMonobjc Documented Class Library
glDeleteLists Method (list, range)
NamespacesMonobjc.OpenGLGLglDeleteLists(UInt32, Int32)

Original signature is 'extern void glDeleteLists (GLuint list, GLsizei range);'

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

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

range (Int32)

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