randomPoison / gunship-rs

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

Failed to load gl proc for glDebugMessageCallback #30

Closed randomPoison closed 9 years ago

randomPoison commented 9 years ago

When testing the engine out on an older machine (still Windows 7) the engine failed to load some OpenGL procs. The first one to fail (and thus the only one I know about) is glDebugMessageCallback. As I fix this issue I'll note what other ones fail.