Hi!
I'm trying to load a series of image sequences in my openGL program to do further calculations on them in my shader. these image sequences will produce an animation. My question is if it is even possible to load these images in real time or should I pre-load them and then render them?
and how can I load these amount of images on my texture memory? If someone can give me an example It will be great!
Thanks in advance.




