| 
    rolmodl
    
   C++ API for the Simple Directmedia Library 2 (SDL2) 
   | 
 
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.  | |
Information about a rendering driver.
| const char* rolmodl::ren::Info::name | 
Name of the driver.
Definition at line 217 of file Ren.hpp.
Referenced by rolmodl::ren::driver::info().
 1.8.16