DESCR 386 B

1234567
  1. The goal of the OpenGL Extension Wrangler Library (GLEW) is to assist
  2. C/C++ OpenGL developers with two tedious tasks: initializing and using
  3. extensions and writing portable applications. GLEW provides an efficient
  4. run-time mechanism to determine whether a certain extension is supported
  5. by the driver or not. OpenGL core and extension functionality is exposed
  6. via a single header file.