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

RAII object for OpenGL clear color used when calling glClear(GL_COLOR_BUFFER_BIT) More...

#include <openglutils.h>

Public Member Functions

 ClearColor (vec4 color)
 
 ClearColor (ClearColor const &)=delete
 
ClearColoroperator= (ClearColor const &that)=delete
 
 ClearColor (ClearColor &&rhs)=default
 
ClearColoroperator= (ClearColor &&that)=default
 

Protected Attributes

MoveOnlyValue< vec4 > oldColor_
 

Detailed Description

RAII object for OpenGL clear color used when calling glClear(GL_COLOR_BUFFER_BIT)

See also
glClearColor

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