]> git.sesse.net Git - casparcg/blobdiff - accelerator/ogl/util/buffer.h
Merged GL INFO command from 2.0.
[casparcg] / accelerator / ogl / util / buffer.h
index 136db96e490de1f7f38a065684a955c779fb53ce..9dbc7799aed13a556376bbebd6ab62ff88597312 100644 (file)
@@ -23,6 +23,8 @@
 
 #include <common/memory.h>
 
+#include <boost/property_tree/ptree_fwd.hpp>
+
 #include <cstdint>
 
 namespace caspar { namespace accelerator { namespace ogl {
@@ -64,6 +66,7 @@ public:
 
        int id() const;
 
+       static boost::property_tree::wptree info();
 private:
        struct impl;
        spl::unique_ptr<impl> impl_;