MonobjcMonobjc Documented Class Library
glRenderMode Method (mode)
NamespacesMonobjc.OpenGLGLglRenderMode(UInt32)

Original signature is 'extern GLint glRenderMode (GLenum mode);'

Declaration Syntax
C#Visual BasicVisual C++
public static int glRenderMode(
	uint mode
)
Public Shared Function glRenderMode ( _
	mode As UInteger _
) As Integer
public:
static int glRenderMode(
	unsigned int mode
)
Parameters
mode (UInt32)

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

Return Value

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