Inviwo 0.9.12-pre
Inviwo documentation
|
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 | |
ClearColor & | operator= (ClearColor const &that)=delete |
ClearColor (ClearColor &&rhs)=default | |
ClearColor & | operator= (ClearColor &&that)=default |
Protected Attributes | |
MoveOnlyValue< vec4 > | oldColor_ |
RAII object for OpenGL clear color used when calling glClear(GL_COLOR_BUFFER_BIT)