Name
LineStippleEnable - 3D API line stipple enable
Usage
LineStippleEnable = bool(enable)
Valid Enumerants
enable: true, false
Description
Enable/disable OpenGL line stippling.
See the GL_LINE_STIPPLE description on the OpenGL glEnable manual page for details.
The standard reset callback sets the LineStippleEnable state to bool(false).
Opengl Functionality Requirements
OpenGL 1.0
Direct3D Functionality Requirements
Not applicable.
See Also
LineSmoothEnable,
LineStipple,
LineWidth,
PolygonStippleEnable
|