SDL::OpenGL.3pm

Langue: en

Version: 2003-01-03 (openSuse - 09/10/07)

Section: 3 (Bibliothèques de fonctions)

NAME

SDL::OpenGL - a perl extension

DESCRIPTION

SDL::OpenGL is a perl module which when used by your application exports the gl* and glu* functions into your application's primary namespace. Most of the functions described in the OpenGL 1.3 specification are currently supported in this fashion. As the implementation of the OpenGL bindings that comes with SDL_perl is largely type agnositic, there is no need to decline the function names in the fashion that is done in the C API. For example, glVertex3d is simply glVertex, and perl just does the right thing with regards to types.

AUTHOR

David J. Goehrig

SEE ALSO

perl SDL::App