MonobjcMonobjc Documented Class Library
glMultiDrawRangeElementArrayAPPLE Method (mode, start, end, first, count, primcount)
NamespacesMonobjc.OpenGLGLglMultiDrawRangeElementArrayAPPLE(UInt32, UInt32, UInt32, IntPtr, IntPtr, 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,
	IntPtr first,
	IntPtr count,
	int primcount
)
Public Shared Sub glMultiDrawRangeElementArrayAPPLE ( _
	mode As UInteger, _
	start As UInteger, _
	end As UInteger, _
	first As IntPtr, _
	count As IntPtr, _
	primcount As Integer _
)
public:
static void glMultiDrawRangeElementArrayAPPLE(
	unsigned int mode, 
	unsigned int start, 
	unsigned int end, 
	IntPtr first, 
	IntPtr count, 
	int primcount
)
Parameters
mode (UInt32)

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

start (UInt32)

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

end (UInt32)

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

first (IntPtr)

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

count (IntPtr)

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

primcount (Int32)

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