NAME
SDL2::RendererInfo - Information on the Capabilities of a Render Driver or Context
SYNOPSIS
use SDL2 qw[:all];
# TODO
warn $renderer->name;
DESCRIPTION
SDL2::RendererInfo
Fields
name- the name of the rendererflags- supported:rendererFlagsnum_texture_formats- the number of available texture formattexture_formats- the available texture formatsmax_texture_width- the maximum texture widthmax_texture_height- the maximum texture height
AUTHOR
Sanko Robinson <sanko@cpan.org>