]> git.cworth.org Git - apitrace/blobdiff - retrace/glretrace.hpp
Add gui support for trace profiling.
[apitrace] / retrace / glretrace.hpp
index 820b4e10f94ab3c0f9524e6ec4045645fe61778f..322f06cdfdbbe38355dc9945dd38763df43a85a3 100644 (file)
@@ -70,10 +70,11 @@ void frame_complete(trace::Call &call);
 
 void updateDrawable(int width, int height);
 
-void completeQueries();
-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 */