MonobjcMonobjc Documented Class Library
glCreateShader Method (type)
NamespacesMonobjc.OpenGLGLglCreateShader(UInt32)

Original signature is 'extern GLuint glCreateShader (GLenum type);'

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

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

Return Value

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