OpenSceneGraph
3.5.1
|
#include <osg/StateAttribute>
Classes | |
class | osg::LogicOp |
Encapsulates OpenGL LogicOp state. More... | |
Namespaces | |
osg | |
The core osg library provides the basic scene graph classes such as Nodes, State and Drawables, and maths and general helper classes. | |
Macros | |
#define | OSG_LOGICOP 1 |
#define | GL_CLEAR 0x1500 |
#define | GL_SET 0x150F |
#define | GL_COPY 0x1503 |
#define | GL_COPY_INVERTED 0x150C |
#define | GL_NOOP 0x1505 |
#define | GL_AND 0x1501 |
#define | GL_NAND 0x150E |
#define | GL_OR 0x1507 |
#define | GL_NOR 0x1508 |
#define | GL_XOR 0x1506 |
#define | GL_EQUIV 0x1509 |
#define | GL_AND_REVERSE 0x1502 |
#define | GL_AND_INVERTED 0x1504 |
#define | GL_OR_REVERSE 0x150B |
#define | GL_OR_INVERTED 0x150D |
#define | GL_COLOR_LOGIC_OP 0x0BF2 |
#define GL_AND 0x1501 |
#define GL_AND_INVERTED 0x1504 |
#define GL_AND_REVERSE 0x1502 |
#define GL_CLEAR 0x1500 |
#define GL_COLOR_LOGIC_OP 0x0BF2 |
#define GL_COPY 0x1503 |
#define GL_COPY_INVERTED 0x150C |
#define GL_EQUIV 0x1509 |
#define GL_NAND 0x150E |
#define GL_NOOP 0x1505 |
#define GL_NOR 0x1508 |
#define GL_OR 0x1507 |
#define GL_OR_INVERTED 0x150D |
#define GL_OR_REVERSE 0x150B |
#define GL_SET 0x150F |
#define GL_XOR 0x1506 |
#define OSG_LOGICOP 1 |
Generated at Wed Nov 11 2015 22:14:22 for the OpenSceneGraph by doxygen 1.8.10. |