randomPoison / gunship-rs

An experimental game engine written in Rust.
MIT License
27 stars 3 forks source link

Use OpenGL Debug Output #16

Closed randomPoison closed 8 years ago

randomPoison commented 9 years ago

https://www.opengl.org/wiki/Debug_Output

Rather than using the old (horrible) glGetError() we should be using the much less terrible debug output functionality in OpenGL. This should help us address issues in the OpenGL rendering system for polygon much more easily.

randomPoison commented 8 years ago

This was at least partially completed a while back but at this point I don't remember what was left to do. Once the OpenGL renderer is rewritten (which is in progress now) this should be able to be closed.

randomPoison commented 8 years ago

Hoo boy, this was completed a while ago. Closing.