]> git.cworth.org Git - apitrace/blobdiff - glstate.hpp
TODO: Add some notes on additions we want to the command-line interface
[apitrace] / glstate.hpp
index abbfad00ffaccf43901b52ee451545f636f8acca..67044351228978d8bdc2309c54884cc59a4e2485 100644 (file)
 class JSONWriter;
 
 
+namespace image {
+    class Image;
+}
+
+
 namespace glstate {
 
 
@@ -46,6 +51,9 @@ void dumpParameters(JSONWriter &json);
 
 void dumpCurrentContext(std::ostream &os);
 
+image::Image *
+getDrawBufferImage(GLenum format);
+
 
 } /* namespace glstate */