cginternals / globjects

C++ library strictly wrapping OpenGL objects.
https://globjects.org
MIT License
539 stars 59 forks source link

Add init overloads with addional glbinding::ContextHandle parameter #377

Closed j-o closed 5 years ago

j-o commented 6 years ago

Related to cginternals/glbinding#265. This lets the user explicitly set a context handle when initializing globjects and thus glbinding to avoid the conflict for handle 0. This does not solve the underlying glbinding issue though.