NAME
Prima::OpenGL::Modern - Prima support for GLEW library
DESCRIPTION
Warning: OpenGL::Modern is highly experimental between versions, and might not work with this code.
It is therefore the module is not a prerequisite, so if you need it you need to install it yourself. It exports a single function glew_init
into Prima::Application
space, because GLEW needs a GL context to get initialized properly.
SYNOPSIS
use Prima qw(Application OpenGL::Modern);
my $err = $::application->glew_init;
die $err if $err;
AUTHOR
Dmitry Karasik, <dmitry@karasik.eu.org>.
SEE ALSO
LICENSE
This software is distributed under the BSD License.