16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 04:39:18 +02:00

improve context creation, add gfx.gldebug

This commit is contained in:
milek7
2021-01-22 00:24:09 +01:00
parent d901177489
commit 8ec29babf9
4 changed files with 18 additions and 6 deletions

View File

@@ -253,6 +253,7 @@ struct global_settings {
bool gfx_shadergamma = false;
bool gfx_usegles = false;
std::string gfx_angleplatform;
bool gfx_gldebug = false;
bool vr = false;
std::string vr_backend;