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 renderer
flags - supported :rendererFlags
num_texture_formats - the number of available texture format
texture_formats - the available texture formats
max_texture_width - the maximum texture width
max_texture_height - the maximum texture height

AUTHOR

Sanko Robinson <sanko@cpan.org>