Inviwo  0.9.10.1
Inviwo documentation
inviwo::utilgl::ScissorState Struct Reference

RAII object for OpenGL scissor state. More...

#include <openglutils.h>

Public Member Functions

 ScissorState (ScissorState const &)=delete
 
ScissorStateoperator= (ScissorState const &that)=delete
 
 ScissorState (GLint x, GLint y, GLsizei width, GLsizei height)
 
 ScissorState (const ivec4 &coords)
 
 ScissorState (ScissorState &&rhs)
 
ScissorStateoperator= (ScissorState &&that)
 

Detailed Description

RAII object for OpenGL scissor state.

See also
glScissor

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