From 8939bbf0e338e5ef6d3fadae58d328ec1a69e853 Mon Sep 17 00:00:00 2001 From: Mehran Dehghanian Date: Sat, 1 May 2021 16:06:23 +0430 Subject: [PATCH] Update 'Dynamically Loading Graphics Drivers' --- Dynamically-Loading-Graphics-Drivers.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dynamically-Loading-Graphics-Drivers.md b/Dynamically-Loading-Graphics-Drivers.md index 1839c83..b75b610 100644 --- a/Dynamically-Loading-Graphics-Drivers.md +++ b/Dynamically-Loading-Graphics-Drivers.md @@ -1,4 +1,3 @@ - In addition to the build time configuration, Qt supports choosing and loading the OpenGL implementation at runtime. To use this mode, pass -opengl dynamic to the configure script. configure -opengl dynamic @@ -17,3 +16,5 @@ Qt::AA_UseDesktopOpenGL Equivalent to setting QT_OPENGL to desktop. Qt::AA_UseOpenGLES Equivalent to setting QT_OPENGL to angle. Qt::AA_UseSoftwareOpenGL Equivalent to setting QT_OPENGL to software. ``` + +[source](https://doc.qt.io/qt-5/windows-requirements.html) \ No newline at end of file