RetroArch
|
Public Attributes | |
SDL_Window * | window |
SDL_Renderer * | renderer |
sdl2_tex_t | frame |
sdl2_tex_t | menu |
sdl2_tex_t | font |
bool | gl |
bool | quitting |
void * | font_data |
const font_renderer_driver_t * | font_driver |
uint8_t | font_r |
uint8_t | font_g |
uint8_t | font_b |
struct video_viewport | vp |
video_info_t | video |
bool | should_resize |
double | rotation |
sdl2_tex_t _sdl2_video::font |
uint8_t _sdl2_video::font_b |
void* _sdl2_video::font_data |
const font_renderer_driver_t* _sdl2_video::font_driver |
uint8_t _sdl2_video::font_g |
uint8_t _sdl2_video::font_r |
sdl2_tex_t _sdl2_video::frame |
bool _sdl2_video::gl |
sdl2_tex_t _sdl2_video::menu |
bool _sdl2_video::quitting |
SDL_Renderer* _sdl2_video::renderer |
double _sdl2_video::rotation |
bool _sdl2_video::should_resize |
video_info_t _sdl2_video::video |
struct video_viewport _sdl2_video::vp |
SDL_Window* _sdl2_video::window |