Qt6 opengl/gpu assisted QGraphicsView drawing workflow
Unsolved
General and Desktop
-
Hey
So now with qt6 we have quite few new... rules and opengl engines. How do I properly enable the viewport to now be drawn via gpu ?
Looking for C++ & Pyside6 info :- )
TIA
-
Hi,
AFAIK, the same technique as before.
-
Hey
self.setViewport(QOpenGlWidget())
Seems to work, I was kinda wondering if there is a way to use now Vulkan or another one & that can run properly on pc/mac/etc?TIA
-
Are you thinking of the new RHI abstraction layer ?
1/4