glewInit() in bglCreateContext()
BlitzMax Forums/BlitzMax Module Tweaks/glewInit() in bglCreateContext()
| ||
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 ;) ). |
| ||
Not a that good idea. Why initialize extension support if you do not need it? Especially as the glew module is optional :) |
| ||
You do have a point there. |