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
To install OpenGL::Shader::ARB, simply copy and paste either of the commands in to your terminal
cpanm
cpanm OpenGL::Shader::ARB
CPAN shell
perl -MCPAN -e shell
install OpenGL::Shader::ARB
For more information on module installation please visit the detailed CPAN module installation guide.