MonobjcMonobjc Documented Class Library
glMapVertexAttrib2fAPPLE Method (index, size, u1, u2, ustride, uorder, v1, v2, vstride, vorder, points)
NamespacesMonobjc.OpenGLGLglMapVertexAttrib2fAPPLE(UInt32, UInt32, Single, Single, Int32, Int32, Single, Single, Int32, Int32, IntPtr)

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

Declaration Syntax
C#Visual BasicVisual C++
public static void glMapVertexAttrib2fAPPLE(
	uint index,
	uint size,
	float u1,
	float u2,
	int ustride,
	int uorder,
	float v1,
	float v2,
	int vstride,
	int vorder,
	IntPtr points
)
Public Shared Sub glMapVertexAttrib2fAPPLE ( _
	index As UInteger, _
	size As UInteger, _
	u1 As Single, _
	u2 As Single, _
	ustride As Integer, _
	uorder As Integer, _
	v1 As Single, _
	v2 As Single, _
	vstride As Integer, _
	vorder As Integer, _
	points As IntPtr _
)
public:
static void glMapVertexAttrib2fAPPLE(
	unsigned int index, 
	unsigned int size, 
	float u1, 
	float u2, 
	int ustride, 
	int uorder, 
	float v1, 
	float v2, 
	int vstride, 
	int vorder, 
	IntPtr points
)
Parameters
index (UInt32)

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

size (UInt32)

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

u1 (Single)

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

u2 (Single)

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

ustride (Int32)

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

uorder (Int32)

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

v1 (Single)

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

v2 (Single)

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

vstride (Int32)

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

vorder (Int32)

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

points (IntPtr)

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