Inviwo  0.9.10.1
Inviwo documentation
inviwo::utilgl::ColorMaskState Struct Reference

RAII object for OpenGL color mask state, sets the color mask for all draw buffers. More...

#include <openglutils.h>

Public Member Functions

 ColorMaskState (ColorMaskState const &)=delete
 
ColorMaskStateoperator= (ColorMaskState const &that)=delete
 
 ColorMaskState (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha)
 
 ColorMaskState (const bvec4 &mask)
 
 ColorMaskState (ColorMaskState &&rhs)
 
ColorMaskStateoperator= (ColorMaskState &&that)
 

Detailed Description

RAII object for OpenGL color mask state, sets the color mask for all draw buffers.

See also
glColorMask

The documentation for this struct was generated from the following files: