Search found 1 match

by Ilya3000
Sun Jan 02, 2022 2:45 pm
Forum: Beginners Help
Topic: How to enable vsync!
Replies: 1
Views: 305

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