Utilities | Arrays | Imaging | Shaders | POGL | GLUT | OpenGL | GLU |

The POGL Source Distribution Provides a Utilities Folder

The utils folder in the POGL source distribution provides scripts used by contributors for managing POGL source.

Google Bookmarks Google
  
Stumble Upon It! Stumbled on It!
  
del.icio.us del.icio.us
  


glversion

If you have GLUT installed, running perl Makefile.PL will build a glversion utility in the utils folder, which reports information on your OpenGL installation:

  • OpenGL Version
  • OpenGL Vendor
  • OpenGL Renderer / GPU
  • OpenGL Extensions

Makefile.PL uses glversion to determine what level of OpenGL support your installation provides, and uses this information to create a gl_exclude.h, which your makefile will use to to exclude unsupported APIs.

You can manually edit this file to override or add exclusions.

cleanup.pl

This utility cleans up end-of-line characters in key files.

Usage: cleanup.pl [PATH | FOLDER]