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