Hello,
I have some performance issues with my laptop, let's says a recent atom laptop.
To understand where the issue is coming from I took the benchmark the example and noticed that it was running fine with the 500 sprites.
But, if I set the Window Size (SetWindowSize let's says 640/480 fullscreen), it runs at slowly at 30FPS.
I have removed the particles and only display 2 sprites and it runs at 45Fps.
The documentation says:
SetWindowSize
Description:
This sets the window size for platforms that support it, such as Windows and Mac. This will not affect mobile devices. In fullscreen mode the width and height will be ignored and the desktop resolution will be used.
So it means that I can't animate 2 sprites in 1920*1080 fullscreen at 60fps ?
When I remove the SetWindowSize instruction but let the virtual resolution all runs nicely with no performance issues.
What's wrong ?
Thanks.