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