Hello,
I have some strange phenomenon, in which, even after stopping the qt application, I still see the gui graphic on screen.
Any idea how I should make it disappear ?
Thank you,
Ran
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi Ran,
Please Check in which mode you are running the application. Debug mode or Release mode?
As per the WIKI below, After quitting the graphics OpenGL/ES application, the driver dumps the state of the application that can be used to gain valuable information about the way the application ran, and how SGX was used during the OpenGL ES API calls.
Check whether due to this, that the gui graphic takes time to disappear!!.
http://processors.wiki.ti.com/index.php/SGXDbg
Regards,
Shankari
-----------------------------------------------------------------------------------------------
Please click the verify answer button if this post answers your question.
-----------------------------------------------------------------------------------------------