MonobjcMonobjc Documented Class Library
glMultiDrawRangeElementArrayAPPLE Method (mode, start, end, first, count, primcount)
NamespacesMonobjc.OpenGLGLglMultiDrawRangeElementArrayAPPLE(UInt32, UInt32, UInt32, array<Int32>[]()[][], array<Int32>[]()[][], Int32)

Original signature is 'extern void glMultiDrawRangeElementArrayAPPLE(GLenum mode, GLuint start, GLuint end, const GLint *first, const GLsizei *count, GLsizei primcount);'

Declaration Syntax
C#Visual BasicVisual C++
public static void glMultiDrawRangeElementArrayAPPLE(
	uint mode,
	uint start,
	uint end,
	int[] first,
	int[] count,
	int primcount
)
Public Shared Sub glMultiDrawRangeElementArrayAPPLE ( _
	mode As UInteger, _
	start As UInteger, _
	end As UInteger, _
	first As Integer(), _
	count As Integer(), _
	primcount As Integer _
)
public:
static void glMultiDrawRangeElementArrayAPPLE(
	unsigned int mode, 
	unsigned int start, 
	unsigned int end, 
	array<int>^ first, 
	array<int>^ count, 
	int primcount
)
Parameters
mode (UInt32)

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

start (UInt32)

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

end (UInt32)

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

first (array<Int32>[]()[][])

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

count (array<Int32>[]()[][])

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

primcount (Int32)

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

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)