Page 1 of 1

I want to prevent back buffer flipping. Can I do that?

PostPosted: Nov 6, 2007 @ 11:12am
by Nomad
Hi.

I've got the next situation.
Correctness of my part of code that handles logic depends very much on fps number. But visual output part will be satisfied with 30 fps.

So can I, for example, set maxfps to 100, but output to back buffer and flip it every third frame, to get 33 visual fps and 100fps for logic? Or maybe there are some other methods to do such trick in EdgeLib?

PostPosted: Nov 6, 2007 @ 11:47am
by edge

PostPosted: Nov 6, 2007 @ 1:02pm
by Nomad
Thank you very much for your answer, I should have seen this in documentation . :?