Page 1 of 1

Is there a way to alter the chili framework to run at max framerate possible?

Posted: September 30th, 2021, 6:36 am
by Kshitijthegreat
So, as every gamer wants to, I am trying to make the chili Framework run at max possible Framerate instead of locking to my monitor refresh rate. I haven't figured it out yet, any Ideas?

Re: Is there a way to alter the chili framework to run at max framerate possible?

Posted: October 29th, 2021, 12:02 am
by albinopapa
Look in Graphics::EndFrame(). You'll find something like pSwapChain->Presetn( 1u, 0u );
Change it from 1u, 0u to 0u, 0u. This will avoid v-sync.