]> git.cworth.org Git - apitrace/blobdiff - glstate.hpp
Auto detect the API from the trace.
[apitrace] / glstate.hpp
index 67044351228978d8bdc2309c54884cc59a4e2485..dc73e58082bb2cbab1bb7a46e1a27a327d47364c 100644 (file)
@@ -45,14 +45,10 @@ namespace glstate {
 
 const char *enumToString(GLenum pname);
 
-void dumpEnum(JSONWriter &json, GLenum pname);
-
-void dumpParameters(JSONWriter &json);
-
 void dumpCurrentContext(std::ostream &os);
 
 image::Image *
-getDrawBufferImage(GLenum format);
+getDrawBufferImage(void);
 
 
 } /* namespace glstate */