Scroll to navigation

OpenGL::Shader::GLSL(3pm) User Contributed Perl Documentation OpenGL::Shader::GLSL(3pm)

NAME

OpenGL::Shader::GLSL - plug-in module for use with OpenGL::Shader

SYNOPSIS

  ##########
  # Instantiate a shader
  use OpenGL::Shader;
  my $shdr = OpenGL::Shader->new('GLSL');
  # See docs in OpenGL/Shader/Common.pm

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.

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.

2025-03-21 perl v5.40.1