Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 7fb6e292 authored by Julien Wintz's avatar Julien Wintz
Browse files

Honor QSG_RHI_BACKEND for now ...

parent d82c48dc
No related branches found
No related tags found
No related merge requests found
...@@ -3,8 +3,8 @@ use cmake; ...@@ -3,8 +3,8 @@ use cmake;
fn main() { fn main() {
#![allow(unused_variables)] #![allow(unused_variables)]
let qt_include_path = std::env::var("DEP_QT_INCLUDE_PATH").unwrap(); let qt_include_path = std::env::var("QT_INCLUDE_PATH").unwrap();
let qt_library_path = std::env::var("DEP_QT_LIBRARY_PATH").unwrap(); let qt_library_path = std::env::var("QT_LIBRARY_PATH").unwrap();
let dst = cmake::build("lib"); let dst = cmake::build("lib");
......
...@@ -16,7 +16,7 @@ public: ...@@ -16,7 +16,7 @@ public:
xApplicationWindow::xApplicationWindow(QWindow *parent) : QObject() xApplicationWindow::xApplicationWindow(QWindow *parent) : QObject()
{ {
QQuickWindow::setGraphicsApi(QSGRendererInterface::OpenGL); // QQuickWindow::setGraphicsApi(QSGRendererInterface::OpenGL);
NSVisualEffectView *vibrant = [[NSVisualEffectView alloc] init]; NSVisualEffectView *vibrant = [[NSVisualEffectView alloc] init];
vibrant.blendingMode = NSVisualEffectBlendingModeBehindWindow; vibrant.blendingMode = NSVisualEffectBlendingModeBehindWindow;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment