Name
LogicOpEnable - 3D API logic op enable
Usage
LogicOpEnable = bool(enable)
Valid Enumerants
enable: true, false
Description
Enable/disable OpenGL color logical operations.
See the GL_COLOR_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 applicable.
See Also
ColorLogicOpEnable,
LogicOp
|