I'm looking for ways to optimize opengl rendering in my iPhone game. I wonder if anyone has experience with the impact of texture size when it comes to rendering a sprite?
For example, would a sprite rendered as a 100x100 pixels big rectangle render slower if it's texture source is 512x512 pixels rather than say 32x32 pixels?