MonobjcMonobjc Documented Class Library
glLoadName Method (name)
NamespacesMonobjc.OpenGLGLglLoadName(UInt32)

Original signature is 'extern void glLoadName (GLuint name);'

Declaration Syntax
C#Visual BasicVisual C++
public static void glLoadName(
	uint name
)
Public Shared Sub glLoadName ( _
	name As UInteger _
)
public:
static void glLoadName(
	unsigned int name
)
Parameters
name (UInt32)

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