NAME
LogicOpEnable - 3D API index logical operation enable
USAGE
LogicOpEnable = bool(enable)
VALID ENUMERANTS
enable: true, false
DESCRIPTION
Set the OpenGL color index logical operation (logic-op) enable. See the GL_INDEX_LOGIC_OP (or GL_LOGIC_OP) description on the OpenGL glEnable manual page for details.
The standard reset callback sets the LogicOpEnable state to bool(false).
OPENGL FUNCTIONALITY REQUIREMENTS
OpenGL 1.0
DIRECT3D FUNCTIONALITY REQUIREMENTS
Not supported.
SEE ALSO