Obtaining glx errors

i would like to know how to obtain the GLX generated errors e.g.
GLXBadDrawable, GLXBadCurrentWindow,etc…
OpenGL provides glGetError() for obtaining the openGL generated errors, do we have something similar for glx?

any help is appreciated. Thanks.

Best thing to do is to download and read the glx specs. Look in the developer documentation section here in opengl.org.

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.