The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

OpenGL::Shader::CG - 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::Objects module.

SYNOPSIS

##########
# Instantiate a shader

use OpenGL::Shader;
my $shdr = new OpenGL::Shader('CG');

# See docs in OpenGL/Shader/Common.pm