MonobjcMonobjc Documented Class Library
glPolygonStipple Method (mask)
NamespacesMonobjc.OpenGLGLglPolygonStipple(IntPtr)

Original signature is 'extern void glPolygonStipple (const GLubyte *mask);'

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

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