0 Members and 2 Guests are viewing this topic.
sf::RenderTexture has the same size limit as sf::Texture, which is given by Texture::getMaximumSize().The video memory usage of the texture is width * height * 4 bytes.