Tools/GLEW: Difference between revisions
< Tools
GLEW stub page. |
New versions. |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{infobox tool | |||
| name = GLEW | |||
| version = 1.10.0 | |||
| release = 22 Jul, 2013 | |||
| 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]] |
Latest revision as of 00:27, 27 July 2013
Version | 1.10.0 | |
---|---|---|
Release date | 22 Jul, 2013 | |
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. |