MonobjcMonobjc Documented Class Library
glGetString Method (name)
NamespacesMonobjc.OpenGLGLglGetString(UInt32)

Original signature is 'extern const GLubyte * glGetString (GLenum name);'

Declaration Syntax
C#Visual BasicVisual C++
public static IntPtr glGetString(
	uint name
)
Public Shared Function glGetString ( _
	name As UInteger _
) As IntPtr
public:
static IntPtr glGetString(
	unsigned int name
)
Parameters
name (UInt32)

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

Return Value

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