![]()  | 
  
    Inviwo
    0.9.10.1
    
   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 (ColorMaskiState const &)=delete | |
| ColorMaskiState & | operator= (ColorMaskiState const &that)=delete | 
| ColorMaskiState (GLuint buf, GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) | |
| ColorMaskiState (GLuint buf, const bvec4 &mask) | |
| ColorMaskiState (ColorMaskiState &&rhs) | |
| ColorMaskiState & | operator= (ColorMaskiState &&that) | 
RAII object for OpenGL color mask state, sets the color mask for a specific draw buffer.