From da3abb49c6c32c97cc6de4f3c7612d94a513b0e2 Mon Sep 17 00:00:00 2001 From: ikits Date: Wed, 5 Jan 2005 01:32:15 +0000 Subject: [PATCH] documentation update git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@354 783a27ee-832a-0410-bc00-9f386506c6dd --- doc/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/index.html b/doc/index.html index 263cd3d..7837c90 100644 --- a/doc/index.html +++ b/doc/index.html @@ -61,11 +61,11 @@ GLEW: The OpenGL Extension Wrangler Library

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.

Supported Extensions