glGetPolygonStipple

return the polygon stipple pattern

Signature

glGetPolygonStipple( GLubyte * ( pattern ) )-> void
glGetPolygonStipple( mask )

Parameters

VariablesDescription
pattern
Returns the stipple pattern. The initial value is all 1's.

Sample Code References

The following code samples have been found which appear to reference the functions described here. Take care that the code may be old, broken or not even use PyOpenGL.

glGetPolygonStipple
OpenGLContext tests/glgetpolygonstipple.py Lines: 16