]> git.notmuchmail.org Git - apitrace/blobdiff - glstate.hpp
Correctly copy "out" arguments to the "leave" portion of the trace
[apitrace] / glstate.hpp
index abbfad00ffaccf43901b52ee451545f636f8acca..0a83a599a098b00828137c53ef93bf87fd897b8e 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(void);
+
 
 } /* namespace glstate */