ce2bcb2202
C/C++ extension loading library. GLEW provides efficient run-time mechanisms for determining which OpenGL extensions are supported on the target platform. OpenGL core and extension functionality is exposed in a single header file. GLEW has been tested on a variety of operating systems, including Windows, Linux, Mac OS X, FreeBSD, Irix, and Solaris. This is the linux verson. WWW: http://glew.sourceforge.net/ PR: ports/150742 Submitted by: Eitan Adler <lists at eitanadler.com>
11 lines
491 B
Plaintext
11 lines
491 B
Plaintext
The OpenGL Extension Wrangler Library (GLEW) is a cross-platform open-source
|
|
C/C++ extension loading library. GLEW provides efficient run-time mechanisms
|
|
for determining which OpenGL extensions are supported on the target platform.
|
|
OpenGL core and extension functionality is exposed in a single header file.
|
|
GLEW has been tested on a variety of operating systems, including Windows,
|
|
Linux, Mac OS X, FreeBSD, Irix, and Solaris.
|
|
|
|
This is the linux verson.
|
|
|
|
WWW: http://glew.sourceforge.net/
|