This documentation is automatically generated from the openFrameworks source code using doxygen and refers to the most recent release, version 0.12.0.
ofFbo.h File Reference
Go to the source code of this file.
Classes | |
struct | ofFboSettings |
ofFbo internal settings More... | |
class | ofFbo |
Enumerations | |
enum | ofFboMode : short { OF_FBOMODE_NODEFAULTS = 0 , OF_FBOMODE_PERSPECTIVE = 1 , OF_FBOMODE_MATRIXFLIP = 2 } |
ofFbo mode(s) when binding More... | |
Functions | |
ofFboMode | operator| (ofFboMode m1, ofFboMode m2) |
bool | operator& (ofFboMode m1, ofFboMode m2) |
Enumeration Type Documentation
◆ ofFboMode
enum ofFboMode : short |
ofFbo mode(s) when binding
Enumerator | |
---|---|
OF_FBOMODE_NODEFAULTS | base GL fbo, no OF defaults |
OF_FBOMODE_PERSPECTIVE | set OF perspective and viewport |
OF_FBOMODE_MATRIXFLIP | flip vertically |