MonobjcMonobjc Documented Class Library
glEnableVertexAttribAPPLE Method (index, pname)
NamespacesMonobjc.OpenGLGLglEnableVertexAttribAPPLE(UInt32, UInt32)

Original signature is 'extern void glEnableVertexAttribAPPLE(GLuint index, GLenum pname);'

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

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

pname (UInt32)

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