GA::kit v0.3
G&A's in-house C++ application framework
Loading...
Searching...
No Matches
fbo.h
Go to the documentation of this file.
1#include "ga/defines.h"
2
3#ifdef GA_OPENFRAMEWORKS
4#include "ofFbo.h"
5#endif
6
7namespace ga {
8
9#ifdef GA_OPENFRAMEWORKS
10
11using Fbo = ofFbo;
12
13#endif
14} // namespace ga
Definition: color.h:9