Reputation: 519
I have images in drawable folder, i have to show images on surfaceview with help of OpenGL
i want to use textures for image loading.
please, tell how can i simply show images(using texture) on surfaceView with openGL.
Upvotes: 2
Views: 631
Reputation: 1103
please go through this,
http://blog.jayway.com/2010/12/30/opengl-es-tutorial-for-android-%E2%80%93-part-vi-textures/
this is very useful link.
Upvotes: 1