]> git.cworth.org Git - apitrace/blobdiff - retrace/glretrace.hpp
Remove old unused function declaration.
[apitrace] / retrace / glretrace.hpp
index 2ab85e03fda624da0d1e51b7cee6a10d2fba5f34..322f06cdfdbbe38355dc9945dd38763df43a85a3 100644 (file)
@@ -70,9 +70,11 @@ void frame_complete(trace::Call &call);
 
 void updateDrawable(int width, int height);
 
-void beginProfileGPU(trace::Call &call);
-void endProfileGPU(trace::Call &call);
+void flushQueries();
+void beginProfile(trace::Call &call);
+void endProfile(trace::Call &call);
 
+void setActiveProgram(GLuint program);
 } /* namespace glretrace */