OSG  3.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Macros
LogicOp.h File Reference
#include <osg/StateAttribute>
Include dependency graph for LogicOp.h:

Go to the source code of this file.

Classes

class  osg::LogicOp
 

Namespaces

 osg
 

Macros

#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
 

Macro Definition Documentation

#define GL_AND   0x1501

Definition at line 25 of file LogicOp.h.

#define GL_AND_INVERTED   0x1504

Definition at line 32 of file LogicOp.h.

#define GL_AND_REVERSE   0x1502

Definition at line 31 of file LogicOp.h.

#define GL_CLEAR   0x1500

Definition at line 20 of file LogicOp.h.

#define GL_COLOR_LOGIC_OP   0x0BF2

Definition at line 35 of file LogicOp.h.

#define GL_COPY   0x1503

Definition at line 22 of file LogicOp.h.

#define GL_COPY_INVERTED   0x150C

Definition at line 23 of file LogicOp.h.

#define GL_EQUIV   0x1509

Definition at line 30 of file LogicOp.h.

#define GL_NAND   0x150E

Definition at line 26 of file LogicOp.h.

#define GL_NOOP   0x1505

Definition at line 24 of file LogicOp.h.

#define GL_NOR   0x1508

Definition at line 28 of file LogicOp.h.

#define GL_OR   0x1507

Definition at line 27 of file LogicOp.h.

#define GL_OR_INVERTED   0x150D

Definition at line 34 of file LogicOp.h.

#define GL_OR_REVERSE   0x150B

Definition at line 33 of file LogicOp.h.

#define GL_SET   0x150F

Definition at line 21 of file LogicOp.h.

#define GL_XOR   0x1506

Definition at line 29 of file LogicOp.h.