Use ANGLE for rendering on Windows
This commit is contained in:
parent
408f93732b
commit
bbd784fc85
1 changed files with 1 additions and 0 deletions
|
|
@ -160,6 +160,7 @@ int main(int argc, char *argv[])
|
||||||
SDL_LogSetOutputFunction(sdlLogToDiskHandler, nullptr);
|
SDL_LogSetOutputFunction(sdlLogToDiskHandler, nullptr);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
QCoreApplication::setAttribute(Qt::AA_UseOpenGLES);
|
||||||
QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
|
QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
|
||||||
|
|
||||||
// This avoids using the default keychain for SSL, which may cause
|
// This avoids using the default keychain for SSL, which may cause
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue