Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIAGameWorks/FleX
/ UpdateScene
Function
UpdateScene
demo/main.cpp:1185–1189 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1183
}
1184
1185
void UpdateScene()
1186
{
1187
// give scene a chance to make changes to particle buffers
1188
g_scenes[g_scene]->Update();
1189
}
1190
1191
void RenderScene()
1192
{
Callers
1
UpdateFrame
Function · 0.85
Calls
1
Update
Method · 0.45
Tested by
no test coverage detected