NAME
OpenGL::Shader::ARB - copyright 2007 Graphcomp - ALL RIGHTS RESERVED
Author: Bob "grafman" Free - grafman@graphcomp.com
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
DESCRIPTION
This is a plug-in module for use with the OpenGL::Shader.
While it may be called directly, it will more often be called
by the OpenGL::Shader abstraction module.
This is a subclass of the OpenGL::Shader::Common module.
SYNOPSIS
##########
# Instantiate a shader
use OpenGL::Shader;
my $shdr = new OpenGL::Shader('ARB');
# See docs in OpenGL/Shader/Common.pm