MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / vsyncCallback

Method vsyncCallback

Engine/source/gfx/gl/gfxGLDevice.cpp:201–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199}
200
201void GFXGLDevice::vsyncCallback()
202{
203 PlatformGL::setVSync(smEnableVSync);
204}
205
206GFXGLDevice::GFXGLDevice(U32 adapterIndex) :
207 mAdapterIndex(adapterIndex),

Callers

nothing calls this directly

Calls 1

setVSyncFunction · 0.85

Tested by

no test coverage detected