randomPoison / gunship-rs

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

Manage context handling for OpenGL rendering #71

Closed randomPoison closed 8 years ago

randomPoison commented 8 years ago

Improve thread-safety when rendering with OpenGL by having gl-util track each object's associated context and ensure that the context is made current for the current thread whenver using an OpenGL API.