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