![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
A FrameBufferObject activation RAII utility, will store the current FBO and restore that in the destructor. More...
#include <framebufferobject.h>
Public Member Functions | |
| ActivateFBO (FrameBufferObject &fbo) | |
| ActivateFBO (const ActivateFBO &)=delete | |
| ActivateFBO (ActivateFBO &&rhs) noexcept | |
| ActivateFBO & | operator= (const ActivateFBO &)=delete |
| ActivateFBO & | operator= (ActivateFBO &&that)=delete |
A FrameBufferObject activation RAII utility, will store the current FBO and restore that in the destructor.