render: enforce framebuffer offloading and remove introspection toggle (#9217)

This commit is contained in:
nyx
2025-01-31 11:08:43 -05:00
committed by GitHub
parent a4b7d1c2d7
commit ddf180fa30
6 changed files with 10 additions and 153 deletions

View File

@@ -1294,13 +1294,6 @@ inline static const std::vector<SConfigOptionDescription> CONFIG_OPTIONS = {
.type = CONFIG_OPTION_BOOL,
.data = SConfigOptionDescription::SBoolData{true},
},
SConfigOptionDescription{
.value = "opengl:force_introspection",
.description = "forces introspection at all times. Introspection is aimed at reducing GPU usage in certain cases, but might cause graphical glitches on nvidia. 0 - "
"nothing, 1 - force always on, 2 - force always on if nvidia",
.type = CONFIG_OPTION_INT,
.data = SConfigOptionDescription::SRangeData{2, 0, 2},
},
/*
* render: