Go to the documentation of this file.
19 #ifndef OST_GFX_OFFSCREEN_BUFFER_HH
20 #define OST_GFX_OFFSCREEN_BUFFER_HH
30 namespace ost {
namespace gfx {
61 #if defined(__linux__)
63 #elif defined(__APPLE__)
64 #include "impl/cgl_offscreen_buffer.hh"
65 #elif defined(_MSC_VER)
66 #include "impl/wgl_offscreen_buffer.hh"
68 #error platform not found for offscreen rendering