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

representation of the OpenGL color write mask of a specific buffer More...

#include <openglutils.h>

Public Member Functions

 ColorMaski (GLuint buf, GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha)
 
void get ()
 
void set ()
 
GLuint buffer () const
 
GLboolean red () const
 
GLboolean green () const
 
GLboolean blue () const
 
GLboolean alpha () const
 

Friends

bool IVW_MODULE_OPENGL_API operator== (const ColorMaski &a, const ColorMaski &b)
 

Detailed Description

representation of the OpenGL color write mask of a specific buffer

See also
glColorMaski, GL_COLOR_WRITE_MASK

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