Skip to content

Framerate limit setting? #39

Answered by Tape-Worm
slayde1970 asked this question in Q&A
Discussion options

You must be logged in to vote

Like it says in the documentation for GorgonSwapChain.Present:

If the interval parameter is greater than 0, then this method will synchronize to the vertical blank count specified by interval. Passing 0 will display the contents of the back buffer as soon as possible.

Which basically means if you omit or pass 0 to the method parameter, then it will run uncapped.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Tape-Worm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants