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
- Host: GitHub
- URL: https://github.com/basiliscos/p5-opengl-shader
- Owner: basiliscos
- License: artistic-2.0
- Created: 2014-10-10T13:27:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-10T15:13:23.000Z (over 10 years ago)
- Last Synced: 2025-01-18T04:31:43.759Z (4 months ago)
- Language: Perl
- Size: 145 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
- License: LICENSE
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/openglChanges:
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 supportGeoff Broadwell
Added shader-test.pl - sample shader app1.00 First release - Bob "grafman" Free