mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-02-01 03:19:23 +00:00
Add support for OpenGL 4.1 & GLSL 4.10
This commit is contained in:
parent
7b8d89dc51
commit
03d69675be
1 changed files with 0 additions and 3 deletions
|
|
@ -29,9 +29,6 @@
|
|||
// =============================================================================
|
||||
|
||||
int main (int argc, char *argv[]) {
|
||||
QSurfaceFormat defaultFormat = QSurfaceFormat::defaultFormat();
|
||||
defaultFormat.setVersion(2,1); // SDK doesn't support recent version yet. Request 2.1 (it will request compatibility mode if not available)
|
||||
QSurfaceFormat::setDefaultFormat(defaultFormat);
|
||||
AppController controller(argc, argv);
|
||||
#ifdef QT_QML_DEBUG
|
||||
QQmlDebuggingEnabler enabler;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue