MonobjcMonobjc Documented Class Library
gluTessBeginContour Method (tess)
NamespacesMonobjc.OpenGLGLgluTessBeginContour(IntPtr)

Original signature is 'extern void gluTessBeginContour (GLUtesselator* tess);'

Declaration Syntax
C#Visual BasicVisual C++
public static void gluTessBeginContour(
	IntPtr tess
)
Public Shared Sub gluTessBeginContour ( _
	tess As IntPtr _
)
public:
static void gluTessBeginContour(
	IntPtr tess
)
Parameters
tess (IntPtr)

[Missing <param name="tess"/> documentation for "M:Monobjc.OpenGL.GL.gluTessBeginContour(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)