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__)
62 #if OST_MESA_SUPPORT_ENABLED
63 #include "impl/mesa_offscreen_buffer.hh"
67 #elif defined(__APPLE__)
68 #include "impl/cgl_offscreen_buffer.hh"
69 #elif defined(_MSC_VER)
70 #include "impl/wgl_offscreen_buffer.hh"
72 #error platform not found for offscreen rendering