I don't really understand about OpenGL ES yet. I've only learn about drawing triangles and so . I've yet to learn about texture.
I heard that in some devices an image with width or height to be the power of 2, ex : 2, 4, 8, 16, 32 etc is necessary. why is it? and what should I do if I have image that the size is lets say 53 x 76?
I need to know this, because this is what kept me from switching from canvas to OpenGL ES. thank you :)