nickguletskii / GLXOSD

GLXOSD is an extensible on-screen display (OSD)/overlay for OpenGL applications running on Linux with X11 which aims to provide similar functionality to MSI Afterburner/RivaTuner OSD. It can show FPS, frame timings, temperatures and more in OpenGL games and applications. It can also be used to benchmark games, much like voglperf.
https://glxosd.nickguletskii.com
MIT License
124 stars 20 forks source link

Fix GL_INVALID_ENUM errors #34

Closed ghost closed 9 years ago

ghost commented 9 years ago

Correct usage of glBindFrameBuffer.

[1] https://www.opengl.org/sdk/docs/man/html/glGet.xhtml [2] https://www.opengl.org/sdk/docs/man/html/glBindFramebuffer.xhtml

ghost commented 9 years ago

Merged into development branch, closing.