Page 1 of 1

How to enable vsync!

Posted: Sat Jan 01, 2022 3:01 pm
by loneryad1
I want to know how to enable vsync im new to this engine

Re: How to enable vsync!

Posted: Sun Jan 02, 2022 2:45 pm
by Ilya3000
You need to set highlighted parameter in device constructor to true
IrrlichtDevice* device = createDevice(video::EDT_OPENGL, core::dimension2d<u32>(640, 480), 32U, false, true, true, 0);