OpenGL::Shader::GLSL - 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.
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::Objects module.
########## # Instantiate a shader
use OpenGL::Shader; my $shdr = new OpenGL::Shader('GLSL');
# See docs in OpenGL/Shader/Common.pm