How to enable vsync!
How to enable vsync!
I want to know how to enable vsync im new to this engine
Re: How to enable vsync!
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);
IrrlichtDevice* device = createDevice(video::EDT_OPENGL, core::dimension2d<u32>(640, 480), 32U, false, true, true, 0);