MonobjcMonobjc Documented Class Library
glElementPointerAPPLE Method (type, pointer)
NamespacesMonobjc.OpenGLGLglElementPointerAPPLE(UInt32, IntPtr)

Original signature is 'extern void glElementPointerAPPLE(GLenum type, const GLvoid *pointer);'

Declaration Syntax
C#Visual BasicVisual C++
public static void glElementPointerAPPLE(
	uint type,
	IntPtr pointer
)
Public Shared Sub glElementPointerAPPLE ( _
	type As UInteger, _
	pointer As IntPtr _
)
public:
static void glElementPointerAPPLE(
	unsigned int type, 
	IntPtr pointer
)
Parameters
type (UInt32)

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

pointer (IntPtr)

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

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)