The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

OpenGL::Sandbox::ContextShim::SDL - Subclass of SDLx::App to meet contract of OpenGL::Sandbox::make_context

VERSION

version 0.042

DESCRIPTION

This class is loaded automatically if needed by "make_context" in OpenGL::Sandbox.

It provides the standard ContextShim API:

new

Accepting all the options of make_context

context_info
swap_buffers

It also provides:

sdl

The SDL::App object

AUTHOR

Michael Conrad <mike@nrdvana.net>

COPYRIGHT AND LICENSE

This software is copyright (c) 2019 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.