An open API service indexing awesome lists of open source software.

https://github.com/basiliscos/p5-opengl-shader

OpenGL::Shader perl5 module
https://github.com/basiliscos/p5-opengl-shader

Last synced: 2 months ago
JSON representation

OpenGL::Shader perl5 module

Awesome Lists containing this project

README

        

Copyright (c) 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.

This module provides methods that abstract and simplify loading/managing
OpenGL shaders.

It requires the OpenGL module - version 0.56 or newer.

You can find the latest releases and information for installing/using
these modules at the Perl OpenGL (POGL) Developer's Site:
http://graphcomp.com/opengl

Changes:

1.01 Bob "grafman" Free
Removed duplicate documentation in Shader.pm
Added support for parameters fewer than 4 in SetVector
Updated GetTypes and HasType to reflect changes in OpenGL::Image
Updated OpenGL-Shader.t to reflect changes
Fixed tests for shader support

Geoff Broadwell
Added shader-test.pl - sample shader app

1.00 First release - Bob "grafman" Free