Is there a way to prevent apitrace from dumping OpenGL calls?
Currently the apitrace
can dump everything, is there a way to stop it for release version?
Is there a way to prevent apitrace from dumping OpenGL calls?
Currently the apitrace
can dump everything, is there a way to stop it for release version?
No.
There is no reasonable way to do that. OpenGL is usually implemented just as a dynamic library, and one can always exchange that or hook on every function call. That is also not limited to GL.