Hi,
I am implementing coverflow/slideshow type of application
I have 3 slots or layers for images to show.
I have to load 3 textures initially.
After any touch move event, i have to load the textures with new images.
For this reloading these textures with new image, do i have to delete the textures and generate new textures or can i reload in the same textures. (generate textures using gl.glGenTextures() ).
Please help me in solving this issue.


