X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=eglwrap.c;h=9e583895f888cc3c53939ea4f4855b48073b17cd;hb=01c9b8f64fa861a8102fd82ecd7c714e82420180;hp=f74ae40bc6abe0843bbb3e683ea64f816b5352a9;hpb=8dc8bcb282b0948605e4b526b9787f51c56301d6;p=fips diff --git a/eglwrap.c b/eglwrap.c index f74ae40..9e58389 100644 --- a/eglwrap.c +++ b/eglwrap.c @@ -112,6 +112,7 @@ eglMakeCurrent (EGLDisplay display, EGLSurface draw, EGLSurface read, EGLWRAP_DEFER_WITH_RETURN (ret, eglMakeCurrent, display, draw, read, context); + metrics_set_current_op (METRICS_OP_SHADER + 0); metrics_counter_start (); return ret;