Inviwo 0.9.12-pre
Inviwo documentation
Loading...
Searching...
No Matches
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 (GLuint buf, GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha)
 
 ColorMaskiState (GLuint buf, const bvec4 &mask)
 
 ColorMaskiState (ColorMaskiState &&) noexcept=default
 
ColorMaskiStateoperator= (ColorMaskiState &&) noexcept=default
 

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 file: