RetroArch
|
#include <gdi_common.h>
Public Attributes | |
WNDCLASSEX | wndclass |
HDC | winDC |
HDC | memDC |
HDC | texDC |
HBITMAP | bmp |
HBITMAP | bmp_old |
unsigned | video_width |
unsigned | video_height |
unsigned | screen_width |
unsigned | screen_height |
void * | ctx_data |
const gfx_ctx_driver_t * | ctx_driver |
HBITMAP gdi::bmp |
HBITMAP gdi::bmp_old |
void* gdi::ctx_data |
const gfx_ctx_driver_t* gdi::ctx_driver |
HDC gdi::memDC |
unsigned gdi::screen_height |
unsigned gdi::screen_width |
HDC gdi::texDC |
unsigned gdi::video_height |
unsigned gdi::video_width |
HDC gdi::winDC |
WNDCLASSEX gdi::wndclass |