MCPcopy 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
132bool Clock::shouldExit() const
133{
134 return ((mExitTime && getTime() >= mExitTime) || (mExitFrame && getFrame() >= mExitFrame));
135}
136
137Clock& Clock::tick()
138{

Callers 1

renderFrameMethod · 0.80

Calls 2

getTimeFunction · 0.85
getFrameFunction · 0.85

Tested by

no test coverage detected