View Full Version : documentation of new functions
airseb
05-16-2004, 09:10 AM
i would like to know how can i find the new name of the functions of new versions of opengl ?
For instance, with GL_EXT_multi_draw_arrays, what is its new name which is incorporate at opengl 1.4 ? where can i find with the others new names ?
thanks.
plasmonster
05-16-2004, 09:47 AM
Here's the one-stop-shop for all your extension needs:
http://oss.sgi.com/projects/ogl-sample/registry/
sqrt[-1]
05-16-2004, 04:54 PM
Usually you can just drop the EXT/ARB off the function names when extensions get added to the core.
But to be sure get this (Link from the main page):
http://www.opengl.org/documentation/specs/version1.5/glspec15.pdf
In you case a seach for MultiDraw turned up on page 26 with the function definitions.
It also has an appendix listing all OpenGL extensions that were promoted to core with each version.
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.