Inviwo 0.9.12-pre
Inviwo documentation
Loading...
Searching...
No Matches
inviwo::utilgl::ColorMask Struct Reference

representation of the OpenGL color write mask More...

#include <openglutils.h>

Public Member Functions

 ColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha)
 
void get ()
 
void set ()
 
GLboolean red () const
 
GLboolean green () const
 
GLboolean blue () const
 
GLboolean alpha () const
 

Friends

bool operator== (const ColorMask &a, const ColorMask &b)
 
bool operator!= (const ColorMask &lhs, const ColorMask &rhs)
 

Detailed Description

representation of the OpenGL color write mask

See also
glColorMask, GL_COLOR_WRITE_MASK

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