MonobjcMonobjc Documented Class Library
gluBeginPolygon Method (tess)
NamespacesMonobjc.OpenGLGLgluBeginPolygon(IntPtr)

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

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

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