Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
None
-
5.9, 5.11, 5.12.0
Description
Texture Example can not accept any mouse event after enable opengles.
- enable openglesĀ by setĀ QApplication::setAttribute(Qt::AA_UseOpenGLES);
- change NumRows and NumColumns to 8
It is fine if i only change NumRows and NumColumns to 8.
I need enable opengles to speed up render speed.
So, help.