RAII object for OpenGL bool states.  
 More...
#include <openglutils.h>
|  | 
|  | GlBoolState (GLenum target, bool state) | 
|  | GlBoolState (GlBoolState const &)=delete | 
| GlBoolState & | operator= (GlBoolState const &that)=delete | 
|  | GlBoolState (GlBoolState &&rhs) | 
| GlBoolState & | operator= (GlBoolState &&that) | 
|  | operator bool () | 
|  | 
| GLenum | target_ | 
| bool | oldState_ | 
| bool | state_ | 
RAII object for OpenGL bool states. 
- See also
- glIsEnabled, glEnable, glDisable 
The documentation for this struct was generated from the following file: