X11::GLX::Context - Opaque wrapper for GLXContext pointer
version 0.06
GLXContext is an opaque object used by the GLX API to reference the collection of state used for OpenGL rendering, usually by one thread onto one X11 window.
See X11::GLX::DWIM for a convenient object-oriented interface to GLX that performs the things you probably want it to do.
X11 connection this Context was created from. Note that this object holds a strong reference to the Display.
Whether to automatically call glXDestroyContext when this object goes out of scope.
Read-only. Always False in base class. Overridden in subclass ::Imported to be True.
The X11 ID of the GLX context. This is not available unless you have the GLX_EXT_import_context extension.
Michael Conrad <mike@nrdvana.net>
This software is copyright (c) 2021 by Michael Conrad.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
To install X11::GLX, copy and paste the appropriate command in to your terminal.
cpanm
cpanm X11::GLX
CPAN shell
perl -MCPAN -e shell install X11::GLX
For more information on module installation, please visit the detailed CPAN module installation guide.