![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
RAII object for OpenGL blend equation. More...
#include <modules/opengl/openglutils.h>
Classes | |
| struct | Equation |
Protected Attributes | |
| Equation | curr_ |
| Equation | old_ |
| Protected Attributes inherited from inviwo::utilgl::BlendModeState | |
| Config | curr_ |
| Config | old_ |
| Protected Attributes inherited from inviwo::utilgl::GlBoolState | |
| bool | oldState_ |
| bool | state_ |
| GLenum | target_ |
Additional Inherited Members | |
| Protected Member Functions inherited from inviwo::utilgl::BlendModeState | |
| BlendModeState (BlendModeState &&rhs) | |
| BlendModeState (BlendModeState const &)=delete | |
| BlendModeState (GLenum srcMode, GLenum dstMode) | |
| BlendModeState (GLenum srcRGB, GLenum srcAlpha, GLenum dstRGB, GLenum dstAlpha) | |
| BlendModeState & | operator= (BlendModeState &&that) |
| BlendModeState & | operator= (BlendModeState const &that)=delete |
| Protected Member Functions inherited from inviwo::utilgl::GlBoolState | |
| GlBoolState (GlBoolState &&rhs) | |
| GlBoolState (GlBoolState const &)=delete | |
| GlBoolState (GLenum target, bool state) | |
| operator bool () | |
| GlBoolState & | operator= (GlBoolState &&that) |
| GlBoolState & | operator= (GlBoolState const &that)=delete |
RAII object for OpenGL blend equation.