NAME

PolygonOffsetLineEnable - 3D API polygon offset line enable

USAGE

PolygonOffsetLineEnable = bool(enable)

VALID ENUMERANTS

enable: true, false

DESCRIPTION

Set the OpenGL polygon offset line enable. See the GL_POLYGON_OFFSET_FILL description on the OpenGL glEnable manual page for details.

The standard reset callback sets the PolygonOffsetLineEnable state to bool(false).

OPENGL FUNCTIONALITY REQUIREMENTS

OpenGL 1.0

DIRECT3D FUNCTIONALITY REQUIREMENTS

Not supported; effectively always enabled.

SEE ALSO

PolygonOffsetPointEnable, PolygonOffsetFillEnable, PolygonMode, PolygonOffset, DepthTestEnable