Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIAGameWorks/FleX
/ SyncScene
Function
SyncScene
demo/main.cpp:1179–1183 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1177
}
1178
1179
void SyncScene()
1180
{
1181
// let the scene send updates to flex directly
1182
g_scenes[g_scene]->Sync();
1183
}
1184
1185
void UpdateScene()
1186
{
Callers
1
UpdateFrame
Function · 0.85
Calls
1
Sync
Method · 0.45
Tested by
no test coverage detected