MonobjcMonobjc Documented Class Library
gluNextContour Method (tess, type)
NamespacesMonobjc.OpenGLGLgluNextContour(IntPtr, UInt32)

Original signature is 'extern void gluNextContour (GLUtesselator* tess, GLenum type);'

Declaration Syntax
C#Visual BasicVisual C++
public static void gluNextContour(
	IntPtr tess,
	uint type
)
Public Shared Sub gluNextContour ( _
	tess As IntPtr, _
	type As UInteger _
)
public:
static void gluNextContour(
	IntPtr tess, 
	unsigned int type
)
Parameters
tess (IntPtr)

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

type (UInt32)

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

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)