Hello,
I’m trying to render some simple qt application, that uses QGraphicsView
with
QGLWidget
as a viewport
( slightly modified collidingmice ) on armv7 embedded platform
( beagleboard
). Starting application like this:<div =“post-text” itemprop=“deion”>
collidingmice -platform eglfs
But screen is always remains dark. ( textures example is working fine ). I nead to somehow intialize eglNativeWindow in EglFs platform code. How can i do that? Thanks in Advance.