NAME

OpenGL::Shader::Common - base class for use with OpenGL::Shader

SYNOPSIS

# Instantiate a shader
use OpenGL::Shader;
my $shdr = OpenGL::Shader->new();

DESCRIPTION

This module provides a base class for OpenGL shader types. See OpenGL::Shader documentation.

AUTHOR

Bob "grafman" Free - grafman@graphcomp.com. Copyright 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.