cginternals / glbinding

A C++ binding for the OpenGL API, generated using the gl.xml specification.
https://glbinding.org
MIT License
831 stars 93 forks source link

cubescape-qt: Invert result of glXSwapIntervalSGI #342

Closed v1993 closed 1 year ago

v1993 commented 1 year ago

Unlike wglSwapIntervalEXT, it returns zero on success and non-zero on error. Fixes output being the opposite of actual results on Linux.

scheibel commented 1 year ago

Thanks for noticing and providing a fix.