Inviwo 0.9.12-pre
Inviwo documentation
Loading...
Searching...
No Matches
inviwo::utilgl::ActivateFBO Class Reference

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
 
ActivateFBOoperator= (const ActivateFBO &)=delete
 
ActivateFBOoperator= (ActivateFBO &&that)=delete
 

Detailed Description

A FrameBufferObject activation RAII utility, will store the current FBO and restore that in the destructor.


The documentation for this class was generated from the following file: