Hey everyone.
The project I'm currently working on generates a graph. It creates an std::vector of sf::Shapes that represent the plots, grid, etc...
I want to be able to export this list of shapes to a file. I know that Image.SaveToFile can do this with images, but is there a way to combine all of my shapes into one sf::Image?