View Full Version : About GL_Extension
piccaliili
11-24-2003, 02:55 AM
What are the results of glGetString(GL_Extension)? Are they functions or variables? And where can I obtain information of them?
They are identifiers, each of which refers to a particular OpenGL extension.
The documentation for each extension can be found here -
http://oss.sgi.com/projects/ogl-sample/registry/
The string contains names of the extensions that are supported. For information about what each extension does, what constants and functions it use, check the extension registry (http://oss.sgi.com/projects/ogl-sample/registry/) .
piccaliili
11-24-2003, 03:10 AM
O, I see. Thank you! http://www.opengl.org/discussion_boards/ubb/smile.gif
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.