documentation update

git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@354 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
ikits 2005-01-05 01:32:15 +00:00
parent 3aabbe2a2a
commit da3abb49c6
1 changed files with 5 additions and 5 deletions

View File

@ -61,11 +61,11 @@ GLEW: The OpenGL Extension Wrangler Library
<p>
The OpenGL Extension Wrangler Library (GLEW) is a cross-platform C/C++
extension loading library. GLEW provides efficient run-time
mechanisms for determining which OpenGL extensions are supported by
the driver. OpenGL core and extension functionality is exposed in a
single header file. GLEW currently supports a variety of platforms
and operating systems, including Windows, Linux, Mac OSX, FreeBSD,
Irix, and Solaris.
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 is available for a variety of
operating systems, including Windows, Linux, Mac OS X, FreeBSD, Irix,
and Solaris.
</p>
<h2>Supported Extensions</h2>