Equalizer
1.10.1
Parallel Rendering Framework
|
Defines which parts of the color buffer are to be written. More...
#include <colorMask.h>
Public Member Functions | |
ColorMask () | |
Construct a color mask with all components enabled. More... | |
ColorMask (const bool r, const bool g, const bool b, const bool a=true) | |
Construct a color mask with given default values. More... | |
Public Attributes | |
bool | red |
bool | green |
bool | blue |
bool | alpha |
Static Public Attributes | |
static EQFABRIC_API const ColorMask | ALL |
Defines which parts of the color buffer are to be written.
Used to configure anaglyphic stereo rendering.
Definition at line 34 of file colorMask.h.
|
inline |
Construct a color mask with all components enabled.
Definition at line 38 of file colorMask.h.
|
inline |
Construct a color mask with given default values.
Definition at line 41 of file colorMask.h.