Archana
Archana

Reputation: 519

how to load textures with openGL and show on surface

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

Answers (1)

Anup Rojekar
Anup Rojekar

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

Related Questions