]> git.sesse.net Git - casparcg/blobdiff - core/mixer/gpu/ogl_device.h
2.0.0.2: mixer: Disabled IS_KEY. Still not working 100%. Refactored. Use global frame...
[casparcg] / core / mixer / gpu / ogl_device.h
index 544711ebf9b27456423771f3534fcbdfcbba6761..47bc13894d6e73722af654950c5e734e6c65b804 100644 (file)
@@ -42,6 +42,8 @@ class ogl_device
        \r
        std::array<tbb::concurrent_unordered_map<size_t, tbb::concurrent_bounded_queue<std::shared_ptr<device_buffer>>>, 4> device_pools_;\r
        std::array<tbb::concurrent_unordered_map<size_t, tbb::concurrent_bounded_queue<std::shared_ptr<host_buffer>>>, 2> host_pools_;\r
+       \r
+       unsigned int fbo_;\r
 \r
        executor executor_;\r
 \r