1
Window / Re: Duplicating main window output to second window
« on: October 23, 2013, 02:02:00 pm »
Yes the other option is indeed drawing all drawables twice, in this application it seems the performance (fps - fraps) was even worse.
After some unrelated testing I found out that the decrease in performance was because the window type was sf::Style::None.
sf::Style::Default/sf::Style::Fullscreen resulted in the original performance.
I'm not sure if it is the result of the operating system (Windows 8.1) or the graphics drivers (latest).
Is this expected?
After some unrelated testing I found out that the decrease in performance was because the window type was sf::Style::None.
sf::Style::Default/sf::Style::Fullscreen resulted in the original performance.
I'm not sure if it is the result of the operating system (Windows 8.1) or the graphics drivers (latest).
Is this expected?