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);