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.

How to make openGL ES background transparency

I use Graphics_SDK_4_08_00_02 sdk to draw a openGL ES2 demo, but the background always black evey time openGL update the screen. I also make a Qt demo with this SDK, but the QGLWidget also get a black background.

glClearColor(0.0f, 0.0f, 0.0f, 0.0f); does not work at all.