MonobjcMonobjc Documented Class Library
glDrawElements Method (mode, count, type, indices)
NamespacesMonobjc.OpenGLGLglDrawElements(UInt32, Int32, UInt32, IntPtr)

Original signature is 'extern void glDrawElements (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices);'

Declaration Syntax
C#Visual BasicVisual C++
public static void glDrawElements(
	uint mode,
	int count,
	uint type,
	IntPtr indices
)
Public Shared Sub glDrawElements ( _
	mode As UInteger, _
	count As Integer, _
	type As UInteger, _
	indices As IntPtr _
)
public:
static void glDrawElements(
	unsigned int mode, 
	int count, 
	unsigned int type, 
	IntPtr indices
)
Parameters
mode (UInt32)

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

count (Int32)

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

type (UInt32)

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

indices (IntPtr)

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