[core] disable ?gl on ios

Signed-off-by: Harry Bond <hrbond@pm.me>
This commit is contained in:
Harry Bond 2024-02-08 18:41:26 +00:00 committed by Viktor Govako
parent 13b1040222
commit bf2ca2ed9f

View file

@ -2636,12 +2636,12 @@ bool Framework::ParseDrapeDebugCommand(string const & query)
SavePreferredGraphicsAPI(dp::ApiVersion::Vulkan);
return true;
}
#endif
if (query == "?gl")
{
SavePreferredGraphicsAPI(dp::ApiVersion::OpenGLES3);
return true;
}
#endif
return false;
}