viewer: disable QOpenGLWindow

While there was a theoretical performance improvement, it seems there are irreparable compatibility issues that make it not worthwhile. This is probably an optimization that will have to come from a Vulkan backend.
This commit is contained in:
itsmattkc
2022-07-27 22:57:46 -07:00
parent 1c9d86e03b
commit ed744802c4
+1 -1
View File
@@ -21,7 +21,7 @@
#ifndef MANAGEDDISPLAYOBJECT_H
#define MANAGEDDISPLAYOBJECT_H
#define USE_QOPENGLWINDOW
//#define USE_QOPENGLWINDOW
#include <QMouseEvent>
#include <QOpenGLContext>