From: Jason M. <ko...@gm...> - 2008-09-15 18:41:12
|
On Sun, Sep 14, 2008 at 9:16 PM, Branan Riley <br...@gm...> wrote: > Shouldn't the extension string returned by the GL only include the > extensions for the context version anyway? Is there really a need to set the > version twice? (Once for context and once for extensions) > > GLX supports extensions natively. You don't need a context to see what > extensions are available, or to get the GLX entrypoints, IIRC. > I suppose we can determine the version automatically, by checking what the context says. And we can say that gleLoadWinFunctions() needs a valid context only in Win32. |