Copyright (c) 2007 Graphcomp. All rights reserved.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.

This module provides methods that abstract and simplify loading/managing
OpenGL shaders.

It requires the OpenGL module - version 0.56 or newer.

You can find the latest releases and information for installing/using
these modules at the Perl OpenGL (POGL) Developer's Site:
http://graphcomp.com/opengl



Changes:

1.01    Bob "grafman" Free <[email protected]>
       Removed duplicate documentation in Shader.pm
       Added support for parameters fewer than 4 in SetVector
       Updated GetTypes and HasType to reflect changes in OpenGL::Image
       Updated OpenGL-Shader.t to reflect changes
       Fixed tests for shader support

       Geoff Broadwell
       Added shader-test.pl - sample shader app

1.00    First release - Bob "grafman" Free <[email protected]>