Inviwo 0.9.12-pre
Inviwo documentation
|
RAII object for OpenGL color mask state, sets the color mask for all draw buffers. More...
#include <openglutils.h>
Public Member Functions | |
ColorMaskState (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) | |
ColorMaskState (const bvec4 &mask) | |
ColorMaskState (ColorMaskState &&) noexcept=default | |
ColorMaskState & | operator= (ColorMaskState &&) noexcept=default |
RAII object for OpenGL color mask state, sets the color mask for all draw buffers.