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

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
 
ColorMaskiStateoperator= (ColorMaskiState const &that)=delete
 
 ColorMaskiState (GLuint buf, GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha)
 
 ColorMaskiState (GLuint buf, const bvec4 &mask)
 
 ColorMaskiState (ColorMaskiState &&rhs)
 
ColorMaskiStateoperator= (ColorMaskiState &&that)
 

Detailed Description

RAII object for OpenGL color mask state, sets the color mask for a specific draw buffer.

See also
glColorMaski

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