Would it be possible to make a forward compatible version of GLEW, which
only defines and initializes entry points and constants which are not
deprecated in the given version (could be an extra option for the auto
scripts, also extensions which depend on deprecated features would have to
be removed))? This would be helpful in creating GL3-compliant programs and
would reduce initialization times etc.
Nobody/Anonymous ( nobody ) - 2009-08-11 13:21
5
Open
None
Nobody/Anonymous
None
None
Public
|
Date: 2009-11-15 13:32 Do you mean _glewInit_GL_VERSION_3_0 ? That only intializes the additional |
|
Date: 2009-08-15 13:16 This is already done, by _glewInit_GLEW_VERSION_3_0 |