Error Gets
The
Error Gets
metric represents the number of times that the glGetError
method is called from your application per frame.Improving Performance
When the
Error Gets
metric is high, see if you can optimize your application to avoid checking for error conditions during its render path.