Hello, I have a set of textures and need to display them one by one, like in a photo viewer. I've made some research and found that when I use setTexture(), it actually copies the texture into the internal one (is that correct?). So, is it better to store a set of textures and call setTexture every time, or a collection of Pictures and change them?
.