MCPcopy Create free account
hub / github.com/Kitware/VTK / ColorMask

Method ColorMask

Rendering/OpenGL2/vtkOpenGLState.cxx:413–416  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

411}
412
413void vtkOpenGLState::ColorMask(std::array<GLboolean, 4> val)
414{
415 this->vtkglColorMask(val[0], val[1], val[2], val[3]);
416}
417
418void vtkOpenGLState::vtkglColorMask(GLboolean r, GLboolean g, GLboolean b, GLboolean a)
419{

Callers

nothing calls this directly

Calls 1

vtkglColorMaskMethod · 0.95

Tested by

no test coverage detected