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

Go to the source code of this file.

Classes

class  osg::BlendFunc
 

Namespaces

 osg
 

Macros

#define GL_CONSTANT_COLOR   0x8001
 
#define GL_ONE_MINUS_CONSTANT_COLOR   0x8002
 
#define GL_CONSTANT_ALPHA   0x8003
 
#define GL_ONE_MINUS_CONSTANT_ALPHA   0x8004
 
#define GL_BLEND_COLOR   0x8005
 
#define GL_BLEND_DST_RGB   0x80C8
 
#define GL_BLEND_SRC_RGB   0x80C9
 
#define GL_BLEND_DST_ALPHA   0x80CA
 
#define GL_BLEND_SRC_ALPHA   0x80CB
 

Macro Definition Documentation

#define GL_BLEND_COLOR   0x8005

Definition at line 24 of file BlendFunc.h.

#define GL_BLEND_DST_ALPHA   0x80CA

Definition at line 30 of file BlendFunc.h.

#define GL_BLEND_DST_RGB   0x80C8

Definition at line 28 of file BlendFunc.h.

#define GL_BLEND_SRC_ALPHA   0x80CB

Definition at line 31 of file BlendFunc.h.

#define GL_BLEND_SRC_RGB   0x80C9

Definition at line 29 of file BlendFunc.h.

#define GL_CONSTANT_ALPHA   0x8003

Definition at line 22 of file BlendFunc.h.

#define GL_CONSTANT_COLOR   0x8001

Definition at line 20 of file BlendFunc.h.

#define GL_ONE_MINUS_CONSTANT_ALPHA   0x8004

Definition at line 23 of file BlendFunc.h.

#define GL_ONE_MINUS_CONSTANT_COLOR   0x8002

Definition at line 21 of file BlendFunc.h.