Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIAGameWorks/Falcor
/ shouldExit
Method
shouldExit
Source/Falcor/Utils/Timing/Clock.cpp:132–135 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
130
}
131
132
bool Clock::shouldExit() const
133
{
134
return ((mExitTime && getTime() >= mExitTime) || (mExitFrame && getFrame() >= mExitFrame));
135
}
136
137
Clock& Clock::tick()
138
{
Callers
1
renderFrame
Method · 0.80
Calls
2
getTime
Function · 0.85
getFrame
Function · 0.85
Tested by
no test coverage detected