|
102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
|
#include <dttr_mods.h>
Data Fields | |
| SDL_Window * | window |
| HWND | hwnd |
| DTTR_Mods_GraphicsBackend | backend |
| const char * | driver_name |
| uint32_t | render_w |
| uint32_t | render_h |
Definition at line 146 of file dttr_mods.h.
| DTTR_Mods_GraphicsBackend DTTR_Mods_GraphicsContext::backend |
Definition at line 149 of file dttr_mods.h.
| const char* DTTR_Mods_GraphicsContext::driver_name |
Definition at line 150 of file dttr_mods.h.
| HWND DTTR_Mods_GraphicsContext::hwnd |
Definition at line 148 of file dttr_mods.h.
| uint32_t DTTR_Mods_GraphicsContext::render_h |
Definition at line 152 of file dttr_mods.h.
| uint32_t DTTR_Mods_GraphicsContext::render_w |
Definition at line 151 of file dttr_mods.h.
| SDL_Window* DTTR_Mods_GraphicsContext::window |
Definition at line 147 of file dttr_mods.h.