MonobjcMonobjc Documented Class Library
glMapVertexAttrib2dAPPLE Method (index, size, u1, u2, ustride, uorder, v1, v2, vstride, vorder, points)
NamespacesMonobjc.OpenGLGLglMapVertexAttrib2dAPPLE(UInt32, UInt32, Double, Double, Int32, Int32, Double, Double, Int32, Int32, array<Double>[]()[][])

Original signature is 'extern void glMapVertexAttrib2dAPPLE(GLuint index, GLuint size, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble *points);'

Declaration Syntax
C#Visual BasicVisual C++
public static void glMapVertexAttrib2dAPPLE(
	uint index,
	uint size,
	double u1,
	double u2,
	int ustride,
	int uorder,
	double v1,
	double v2,
	int vstride,
	int vorder,
	double[] points
)
Public Shared Sub glMapVertexAttrib2dAPPLE ( _
	index As UInteger, _
	size As UInteger, _
	u1 As Double, _
	u2 As Double, _
	ustride As Integer, _
	uorder As Integer, _
	v1 As Double, _
	v2 As Double, _
	vstride As Integer, _
	vorder As Integer, _
	points As Double() _
)
public:
static void glMapVertexAttrib2dAPPLE(
	unsigned int index, 
	unsigned int size, 
	double u1, 
	double u2, 
	int ustride, 
	int uorder, 
	double v1, 
	double v2, 
	int vstride, 
	int vorder, 
	array<double>^ points
)
Parameters
index (UInt32)

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

size (UInt32)

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

u1 (Double)

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

u2 (Double)

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

ustride (Int32)

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

uorder (Int32)

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

v1 (Double)

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

v2 (Double)

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

vstride (Int32)

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

vorder (Int32)

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

points (array<Double>[]()[][])

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

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)