osx man page for glgetpolygonstipple

Query: glgetpolygonstipple

OS: osx

Section: 3g

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

GLGETPOLYGONSTIPPLE(3G) 												   GLGETPOLYGONSTIPPLE(3G)

NAME
glGetPolygonStipple - return the polygon stipple pattern
C SPECIFICATION
void glGetPolygonStipple( GLubyte *mask )
PARAMETERS
mask Returns the stipple pattern. The initial value is all 1's.
DESCRIPTION
glGetPolygonStipple returns to mask a 32 * 32 polygon stipple pattern. The pattern is packed into memory as if glReadPixels with both height and width of 32, type of GL_BITMAP, and format of GL_COLOR_INDEX were called, and the stipple pattern were stored in an internal 32 * 32 color index buffer. Unlike glReadPixels, however, pixel transfer operations (shift, offset, pixel map) are not applied to the returned stipple image.
NOTES
If an error is generated, no change is made to the contents of mask.
ERRORS
GL_INVALID_OPERATION is generated if glGetPolygonStipple is executed between the execution of glBegin and the corresponding execution of glEnd.
SEE ALSO
glPixelStore, glPixelTransfer, glPolygonStipple, glReadPixels GLGETPOLYGONSTIPPLE(3G)
Related Man Pages
glpolygonstipple(3g) - mojave
glgetpolygonstipple(3g) - redhat
gllinestipple(3g) - xfree86
glpolygonstipple(3g) - xfree86
glpolygonstipple(3g) - osx
Similar Topics in the Unix Linux Community
AIX Links
At A Glance Coloured Real Time Bargraph Generator...
Undeletable file
My first PERL incarnation... Audio Oscillograph
Syntax error in subtraction in Bash