-
-
04 Sep 2007 16:48:23 UTC
- Distribution: OpenGL-Shader
- Module version: 1.01
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (2)
- Testers (61 / 10 / 1)
- Kwalitee
Bus factor: 2- % Coverage
- License: unknown
- Activity
24 month- Tools
- Download (9.81KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- OpenGL
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
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
Module Install Instructions
To install OpenGL::Shader, copy and paste the appropriate command in to your terminal.
cpanm OpenGL::Shader
perl -MCPAN -e shell install OpenGL::Shader
For more information on module installation, please visit the detailed CPAN module installation guide.