1
Feature requests / Dereferencing sf::RenderTexture::GetTexture()'s return value
« on: December 23, 2011, 09:30:45 am »
I had recently looked into the = operator of sf::Texture and it "returns" a reference and not a copy. In my suggestion, it implies that we can use just one instance of sf::RenderTexture to create many instances of sf::Texture. We cannot do this however, if GetTexture() returns only references.