Okay So I am not quite sure how to go about this.
I want to be able to create a sort of animation system where a sprite changes texture.
I am thinking it could be done if you reloaded the texture into opengl and store in a vbo everytime you change frame, but that would be horribly inefficient.
I’m not really sure how to go about this…