MonobjcMonobjc Documented Class Library
glIsList Method (list)
NamespacesMonobjc.OpenGLGLglIsList(UInt32)

Original signature is 'extern GLboolean glIsList (GLuint list);'

Declaration Syntax
C#Visual BasicVisual C++
public static byte glIsList(
	uint list
)
Public Shared Function glIsList ( _
	list As UInteger _
) As Byte
public:
static unsigned char glIsList(
	unsigned int list
)
Parameters
list (UInt32)

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

Return Value

[Missing <returns> documentation for "M:Monobjc.OpenGL.GL.glIsList(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)