MonobjcMonobjc Documented Class Library
glSecondaryColorPointerEXT Method (p0, p1, p2, p3)
NamespacesMonobjc.OpenGLGLglSecondaryColorPointerEXT(Int32, UInt32, Int32, IntPtr)

Original signature is 'extern void glSecondaryColorPointerEXT (GLint, GLenum, GLsizei, const GLvoid *);'

Declaration Syntax
C#Visual BasicVisual C++
public static void glSecondaryColorPointerEXT(
	int p0,
	uint p1,
	int p2,
	IntPtr p3
)
Public Shared Sub glSecondaryColorPointerEXT ( _
	p0 As Integer, _
	p1 As UInteger, _
	p2 As Integer, _
	p3 As IntPtr _
)
public:
static void glSecondaryColorPointerEXT(
	int p0, 
	unsigned int p1, 
	int p2, 
	IntPtr p3
)
Parameters
p0 (Int32)

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

p1 (UInt32)

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

p2 (Int32)

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

p3 (IntPtr)

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