The ColorMask class represents the color channel writing during rendering.
More...
#include <state.h>
|
| bool | red |
| | This flag determines whether the red color channel is written to the framebuffer.
|
| |
| bool | green |
| | Similar to red.
|
| |
| bool | blue |
| | Similar to red.
|
| |
| bool | alpha |
| | Similar to red.
|
| |
The ColorMask class represents the color channel writing during rendering.
◆ ColorMask()
| cil::ColorMask::ColorMask |
( |
bool | red = true, |
|
|
bool | green = true, |
|
|
bool | blue = true, |
|
|
bool | alpha = true ) |
◆ alpha
| bool cil::ColorMask::alpha |
◆ blue
| bool cil::ColorMask::blue |
◆ green
| bool cil::ColorMask::green |
◆ red
This flag determines whether the red color channel is written to the framebuffer.