From: Stefanos A. <sta...@gm...> - 2008-10-05 21:54:24
|
> > > > > gleLoadFunctions(GLint majorVersion, GLint minorVersion); > > > > > This will load all functions and extensions up to the given GL version. > > > > What about non-core functions? Things like ARB, EXT, etc. > > > "will load all functions and extensions". That includes extensions. > > Have you found any reliable way to group extensions by version? Looking at the gl.spec, many interesting extensions miss the "version" directive... |