From 04a574a4aa934fa5b25d531555f7124eb376cec5 Mon Sep 17 00:00:00 2001 From: mem Date: Wed, 5 Jan 2005 20:35:28 +0000 Subject: [PATCH] Expanded TODO item about autoinitialization git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@363 783a27ee-832a-0410-bc00-9f386506c6dd --- TODO.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/TODO.txt b/TODO.txt index 61e8dc7..cda19e7 100644 --- a/TODO.txt +++ b/TODO.txt @@ -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