Expanded TODO item about autoinitialization

git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@363 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
mem 2005-01-05 20:35:28 +00:00
parent 54301c4056
commit 04a574a4aa
1 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,10 @@
Major:
- separate build of static and shared object files
- add support for initialization on first use
- This is probably a simple change: just define that the programmer
*has* to call either of glewGetExtension or glewInit as the first
GLEW function he uses. If it's glewExtension, then that function
performs the initialization.
Minor:
- add support for all SUN, MTX, and OML extensions