Load png Image

I’m new in opengles 2.0 and i ask how i can load png image in opengles 2.0.I work in C-language
And how i can blit this image

i think that i found a solution.
I use egl API :
-eglCreateImageKHR
-glEGLImageTargetTexture2DOES
i attached the image in surface and i attached the surface in texture

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.