skaslev / gl3w

Simple OpenGL core profile loading
http://github.com/skaslev/gl3w
The Unlicense
705 stars 157 forks source link

Do you need to call gl3wInit for every context? #76

Closed mokafolio closed 2 years ago

mokafolio commented 2 years ago

Hi, In order to work on all platforms, do you need to call gl3wInit once for every opengl context or possibly for every context switch or is one call on the first gl context sufficient? Thanks you!

skaslev commented 2 years ago

One call after the first OpenGL context creation is necessary.