Maybe change the default "present mode" to "FIFO" #1
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
29c8a08720/src/main.rs (L729)
Currently, the default preset mode is "MAILBOX", which does not respect the current display frame rate and causes performance to reach 100% of a single core. Using "FIFO" (which is the fallback if "MAILBOX" is not available) respects the display frame rate and has no such issues.
CORRECTION: Perhaps it does respect the frame rate, but just does more work in the background between frames even if the only thing being currently drawn is a triangle.