Hello,
I created a simple qml file only for test purposes as the following :
import QtQuick 2.9
import QtQuick.Window 2.2
import Sendercpp 1.0
Window {
visible: true
width: 640
height: 600
title: qsTr("Hello World")
}
and trying to reach EGLContext and EGLSurface but no luck for now.So If you have any idea please letme know.