Emmanuele Bassi > Clutter > xs/CoglHandle.xs

Download:
Clutter-1.002.tar.gz

Annotate this POD

CPAN RT

New  2
Open  2
View Bugs
Report a bug
Source  

DESCRIPTION ^

Clutter::Cogl::Handle is an opaque data type that is used to store a handle to a GL or GLES resource. A handle can point to a texture, or a shader program, or an offscreen buffer.

The nature and contents of the handle are completely shielded from the Perl developer; a handle can only be used with the Clutter::Cogl functions.