102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
Loading...
Searching...
No Matches
DTTR_Mods_GraphicsContext Struct Reference

#include <dttr_mods.h>

Data Fields

SDL_Windowwindow
HWND hwnd
DTTR_Mods_GraphicsBackend backend
const char * driver_name
uint32_t render_w
uint32_t render_h

Detailed Description

Definition at line 146 of file dttr_mods.h.

Field Documentation

◆ backend

DTTR_Mods_GraphicsBackend DTTR_Mods_GraphicsContext::backend

Definition at line 149 of file dttr_mods.h.

◆ driver_name

const char* DTTR_Mods_GraphicsContext::driver_name

Definition at line 150 of file dttr_mods.h.

◆ hwnd

HWND DTTR_Mods_GraphicsContext::hwnd

Definition at line 148 of file dttr_mods.h.

◆ render_h

uint32_t DTTR_Mods_GraphicsContext::render_h

Definition at line 152 of file dttr_mods.h.

◆ render_w

uint32_t DTTR_Mods_GraphicsContext::render_w

Definition at line 151 of file dttr_mods.h.

◆ window

SDL_Window* DTTR_Mods_GraphicsContext::window

Definition at line 147 of file dttr_mods.h.


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