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