mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
Add support for OpenGL 4.1 & GLSL 4.10
This commit is contained in:
parent
9db1b5d34e
commit
f29072dfe7
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