mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
improve context creation, add gfx.gldebug
This commit is contained in:
@@ -883,6 +883,11 @@ global_settings::ConfigParse(cParser &Parser) {
|
||||
Parser.getTokens(1);
|
||||
Parser >> gfx_angleplatform;
|
||||
}
|
||||
else if (token == "gfx.gldebug")
|
||||
{
|
||||
Parser.getTokens(1);
|
||||
Parser >> gfx_gldebug;
|
||||
}
|
||||
else if (token == "gfx.shadergamma")
|
||||
{
|
||||
Parser.getTokens(1);
|
||||
|
||||
Reference in New Issue
Block a user