MCPcopy 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
1179void SyncScene()
1180{
1181 // let the scene send updates to flex directly
1182 g_scenes[g_scene]->Sync();
1183}
1184
1185void UpdateScene()
1186{

Callers 1

UpdateFrameFunction · 0.85

Calls 1

SyncMethod · 0.45

Tested by

no test coverage detected