glewInit() in bglCreateContext()

BlitzMax Forums/BlitzMax Module Tweaks/glewInit() in bglCreateContext()

N(Posted 2005) [#1]
Can I ask that glewInit be called in bglCreateContext from now on? Completely inane question, but I forgot to call that after calling bglCreateContext, drove me nuts for a while 'til Dreamora figured it out (and made me feel stupid ;) ).


Dreamora(Posted 2005) [#2]
Not a that good idea. Why initialize extension support if you do not need it?
Especially as the glew module is optional :)


N(Posted 2005) [#3]
You do have a point there.