My board is imx6q, and I run the example program "hellogl_es2" blow:
root@freescale /gpu-test$ ./hellogl_es2 -platform eglfs
My qt's version is 4.8.5, but it don't show the window, please see the attachment. Anyone can tell me what the problem is?
Hi Sun
It Works as expected , This is not an issue, EGL use eglCreateWindowSurface according to your display resolution.
Regards
Thanks a lot for you replay! But I want to show the whole window,include the window's title, how can I do to support this?