![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
RAII object for OpenGL clear depth used when calling glClear(GL_DEPTH_BUFFER_BIT) More...
#include <modules/opengl/openglutils.h>
Public Member Functions | |
| ClearDepth (ClearDepth &&rhs)=default | |
| ClearDepth (const ClearDepth &)=delete | |
| ClearDepth (float depth) | |
| ClearDepth & | operator= (ClearDepth &&that)=default |
| ClearDepth & | operator= (const ClearDepth &that)=delete |
Protected Attributes | |
| MoveOnlyValue< float > | oldDepth_ |
RAII object for OpenGL clear depth used when calling glClear(GL_DEPTH_BUFFER_BIT)