X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=retrace%2Fglretrace.hpp;h=bfc6398abdc2c5b7bd3900b38789df49e48c12c0;hb=6d92327e88d2bb4c03a1b84663e50497f99fc24f;hp=a39f9c1f367477e22832f783f031d9563c8dc854;hpb=9840c201de08419f5d940642974438917a44d849;p=apitrace diff --git a/retrace/glretrace.hpp b/retrace/glretrace.hpp index a39f9c1..bfc6398 100644 --- a/retrace/glretrace.hpp +++ b/retrace/glretrace.hpp @@ -71,10 +71,12 @@ 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 */ +GLuint retrace_unmap_program(GLuint val); #endif /* _GLRETRACE_HPP_ */