Inviwo 0.9.12-pre
Inviwo documentation
|
RAII object for OpenGL scissor state. More...
#include <openglutils.h>
Public Member Functions | |
ScissorState (GLint x, GLint y, GLsizei width, GLsizei height) | |
ScissorState (const ivec4 &coords) | |
ScissorState (ScissorState &&) noexcept=default | |
ScissorState & | operator= (ScissorState &&) noexcept=default |
RAII object for OpenGL scissor state.