Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
201
void GFXGLDevice::vsyncCallback()
202
{
203
PlatformGL::setVSync(smEnableVSync);
204
}
205
206
GFXGLDevice::GFXGLDevice(U32 adapterIndex) :
207
mAdapterIndex(adapterIndex),
Callers
nothing calls this directly
Calls
1
setVSync
Function · 0.85
Tested by
no test coverage detected