|
102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
|
#include "gui_internal.h"Go to the source code of this file.
Functions | |
| void | draw_graphics_tab (const DTTR_ImGuiDialogContext *ctx, config_ui_state *state) |
Variables | |
| static const char *const | GRAPHICS_API_TOOLTIPS [] |
| static const char *const | SCALING_FIT_TOOLTIPS [] |
| static const char *const | SCALING_METHOD_TOOLTIPS [] |
| static const char *const | PRESENT_FILTER_TOOLTIPS [] |
| static const char *const | VERTEX_PRECISION_TOOLTIPS [] |
| static const char * | TOOLTIP_GRAPHICS_API = "GPU backend. Default: auto." |
| static const char * | TOOLTIP_WINDOW_WIDTH |
| static const char * | TOOLTIP_WINDOW_HEIGHT |
| static const char * | TOOLTIP_SCALING_FIT |
| static const char * | TOOLTIP_SCALING_METHOD |
| static const char * | TOOLTIP_PRESENT_FILTER |
| static const char * | TOOLTIP_VERTEX_PRECISION |
| static const char * | TOOLTIP_SPRITE_SMOOTH |
| static const char * | TOOLTIP_MSAA_SAMPLES |
| static const char * | TOOLTIP_TEXTURE_UPLOAD_SYNC |
| static const char * | TOOLTIP_GENERATE_TEXTURE_MIPMAPS = "Generate mipmaps for textures to reduce aliasing at smaller sizes. Default: true." |
| static const char * | TOOLTIP_FULLSCREEN |
| void draw_graphics_tab | ( | const DTTR_ImGuiDialogContext * | ctx, |
| config_ui_state * | state ) |
Definition at line 57 of file gui_tab_graphics.c.
References begin_tab_settings_table(), ctx, DTTR_CONFIG_CHOICES_GRAPHICS_API, DTTR_CONFIG_CHOICES_PRESENT_FILTER, DTTR_CONFIG_CHOICES_SCALING_FIT, DTTR_CONFIG_CHOICES_SCALING_METHOD, DTTR_CONFIG_CHOICES_VERTEX_PRECISION, DTTR_CONFIG_UI_INPUT_W, end_settings_table(), FIELD_LABEL_STATE, GRAPHICS_API_TOOLTIPS, labeled_checkbox(), labeled_choice_combo(), labeled_input_int(), PRESENT_FILTER_TOOLTIPS, SCALING_FIT_TOOLTIPS, SCALING_METHOD_TOOLTIPS, state, TOOLTIP_FULLSCREEN, TOOLTIP_GENERATE_TEXTURE_MIPMAPS, TOOLTIP_GRAPHICS_API, TOOLTIP_MSAA_SAMPLES, TOOLTIP_PRESENT_FILTER, TOOLTIP_SCALING_FIT, TOOLTIP_SCALING_METHOD, TOOLTIP_SPRITE_SMOOTH, TOOLTIP_TEXTURE_UPLOAD_SYNC, TOOLTIP_VERTEX_PRECISION, TOOLTIP_WINDOW_HEIGHT, TOOLTIP_WINDOW_WIDTH, and VERTEX_PRECISION_TOOLTIPS.
|
static |
Definition at line 3 of file gui_tab_graphics.c.
Referenced by draw_graphics_tab().
|
static |
Definition at line 21 of file gui_tab_graphics.c.
Referenced by draw_graphics_tab().
|
static |
Definition at line 10 of file gui_tab_graphics.c.
Referenced by draw_graphics_tab().
|
static |
Definition at line 16 of file gui_tab_graphics.c.
Referenced by draw_graphics_tab().
|
static |
Definition at line 54 of file gui_tab_graphics.c.
Referenced by draw_graphics_tab().
|
static |
Definition at line 52 of file gui_tab_graphics.c.
Referenced by draw_graphics_tab().
|
static |
Definition at line 33 of file gui_tab_graphics.c.
Referenced by draw_graphics_tab().
|
static |
Definition at line 48 of file gui_tab_graphics.c.
Referenced by draw_graphics_tab().
|
static |
Definition at line 42 of file gui_tab_graphics.c.
Referenced by draw_graphics_tab().
|
static |
Definition at line 38 of file gui_tab_graphics.c.
Referenced by draw_graphics_tab().
|
static |
Definition at line 40 of file gui_tab_graphics.c.
Referenced by draw_graphics_tab().
|
static |
Definition at line 46 of file gui_tab_graphics.c.
Referenced by draw_graphics_tab().
|
static |
Definition at line 50 of file gui_tab_graphics.c.
Referenced by draw_graphics_tab().
|
static |
Definition at line 44 of file gui_tab_graphics.c.
Referenced by draw_graphics_tab().
|
static |
Definition at line 36 of file gui_tab_graphics.c.
Referenced by draw_graphics_tab().
|
static |
Definition at line 34 of file gui_tab_graphics.c.
Referenced by draw_graphics_tab().
|
static |
Definition at line 26 of file gui_tab_graphics.c.
Referenced by draw_graphics_tab().