-
Notifications
You must be signed in to change notification settings - Fork 693
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FPS limited to 30 FPS after updating Windows App SDK from 1.5.24 to 1.6.2 #10092
Comments
What code do you use to render the framerate? |
I also noticed this problem, by measuring FPS with Stopwatch or IDXGISwapChain::GetFrameStatistics (like in this test that I tested with 1.6.24 and 1.4, I get 32/33 vs 60 FPS) |
@castorix I briefly tried your application and it crashes most of the time at random positions in the code on my machine. However, when it starts I observe stable 60fps. |
Weird, at which line(s) ? |
Windows 11 24H2
==> 61 fps
==> 62 fps |
Ok, thanks. |
Describe the bug
After updating the Windows App SDK in my C# WinUI 3 application from version 1.5.24 to 1.6.24, I noticed that the frame rate (FPS) is now limited to 32 FPS. In the previous version (1.5.24), the application was able to render at a much higher frame rate (e.g., 60 FPS). The limitation persists across different systems, and the app is consistently capped at 32 FPS.
Steps to reproduce the bug
Expected behavior
The application should be able to render at higher frame rates (e.g., 60 FPS or more) without being capped at 32 FPS after the SDK update.
Screenshots
NuGet package version
Windows App SDK 1.6.1: 1.6.240923002
Packaging type
Packaged (MSIX)
Windows version
Windows 10 version 22H2 (19045, 2022 Update)
IDE
Visual Studio 2022
Additional context
No response
The text was updated successfully, but these errors were encountered: