]> git.cworth.org Git - apitrace/blobdiff - retrace/glretrace.hpp
CPU Profiling now includes all OpenGL calls (was only draw calls).
[apitrace] / retrace / glretrace.hpp
index 27085d4886a645101aff02ed26417b7684269078..568049ecb710620eba4e24f2846d56ea7c25cbab 100644 (file)
@@ -90,8 +90,8 @@ void initContext();
 void updateDrawable(int width, int height);
 
 void flushQueries();
-void beginProfile(trace::Call &call);
-void endProfile(trace::Call &call);
+void beginProfile(trace::Call &call, bool isDraw);
+void endProfile(trace::Call &call, bool isDraw);
 
 } /* namespace glretrace */