MirOS Manual: glGetPolygonStipple(3)


GLGETPOLYGONSTIPPLE(3UNIX Programmer's ManGLGETPOLYGONSTIPPLE(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 x 32 polygon stip-
     ple 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 x 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(3G), glPixelTransfer(3G), glPolygonStipple(3G),
     glReadPixels(3G)

MirOS BSD #10-current   Printed 20.2.2012                       1

Generated on 2012-02-20 02:47:02 by $MirOS: src/scripts/roff2htm,v 1.70 2011/12/03 18:21:12 tg Exp $

These manual pages and other documentation are copyrighted by their respective writers; their source is available at our CVSweb, AnonCVS, and other mirrors. The rest is Copyright © 2002‒2011 The MirOS Project, Germany.
This product includes material provided by Thorsten Glaser.

This manual page’s HTML representation is supposed to be valid XHTML/1.1; if not, please send a bug report – diffs preferred.