Tools/GLEW: Difference between revisions
< Tools
GLEW stub page. |
Added infobox. |
||
Line 1: | Line 1: | ||
{{infobox tool | |||
| name = GLEW | |||
| version = 1.9.0 | |||
| release = 6 Aug, 2012 | |||
| platform = Windows, Linux, Mac OSX, FreeBSD | |||
| language = C/C++ | |||
| license = Unnamed Open Source | |||
| site = [http://glew.sourceforge.net/ site] | |||
| core_support = partial | |||
}} | |||
'''GLEW''' is a C [[OpenGL Loading Library]]. It provides its own special header {{code|glew.h}}, as well as WGL and GLX versions thereof. These include all of the function pointers and enumerators used by every OpenGL version and every extension ever released. | '''GLEW''' is a C [[OpenGL Loading Library]]. It provides its own special header {{code|glew.h}}, as well as WGL and GLX versions thereof. These include all of the function pointers and enumerators used by every OpenGL version and every extension ever released. | ||
{{stub}} | {{stub}} | ||
[[Category:Tools]] | [[Category:Tools]] |
Revision as of 09:48, 25 March 2013
Version | 1.9.0 | |
---|---|---|
Release date | 6 Aug, 2012 | |
Supports Core Profile | partial | |
Platform(s) | Windows, Linux, Mac OSX, FreeBSD | |
Language(s) | C/C++ | |
License | Unnamed Open Source | |
Website | site |
GLEW is a C OpenGL Loading Library. It provides its own special header glew.h, as well as WGL and GLX versions thereof. These include all of the function pointers and enumerators used by every OpenGL version and every extension ever released.
This article is a stub. You can help the OpenGL Wiki by expanding it. |