1 parent afa4ec0 commit a90edb8Copy full SHA for a90edb8
1 file changed
lib/OpenGL/Shader/ARB.pm
@@ -20,8 +20,8 @@ our $SHADER_VER = '1.0';
20
our $DESCRIPTION = qq
21
{ARBfp1.0 and ARBvp1.0 Assembly};
22
23
-use OpenGL::Shader::Common;
24
-our @ISA = qw(OpenGL::Shader::Common);
+use OpenGL::Shader::Objects;
+our @ISA = qw(OpenGL::Shader::Objects);
25
26
=head1 NAME
27
@@ -41,7 +41,7 @@ This is a plug-in module for use with the OpenGL::Shader.
41
While it may be called directly, it will more often be called
42
by the OpenGL::Shader abstraction module.
43
44
-This is a subclass of the OpenGL::Shader::Common module.
+This is a subclass of the OpenGL::Shader::Objects module.
45
46
=head1 AUTHOR
47
0 commit comments