rolmodl
C++ API for the Simple Directmedia Library 2 (SDL2)
Public Attributes | List of all members
rolmodl::ren::Info Struct Reference

Information about a rendering driver. More...

#include <Ren.hpp>

Public Attributes

const char * name
 Name of the driver. More...
 
Flags flags
 Maximal renderer configuration supported by the driver.
 
std::vector< pixelfmt::Id > pixelFmts
 Pixel formats supported by the driver.
 
geom::Size maxTexSize
 Maximum texture size supported by the driver.
 

Detailed Description

Information about a rendering driver.

See also
https://wiki.libsdl.org/SDL_RendererInfo

Definition at line 215 of file Ren.hpp.

Member Data Documentation

◆ name

const char* rolmodl::ren::Info::name

Name of the driver.

Todo:
add examples

Definition at line 217 of file Ren.hpp.

Referenced by rolmodl::ren::driver::info().


The documentation for this struct was generated from the following file: