MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / ElapsedMillisecondsF

Method ElapsedMillisecondsF

SampleFramework12/v1.00/Timer.cpp:119–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119float Timer::ElapsedMillisecondsF() const
120{
121 return elapsedMillisecondsF;
122}
123
124double Timer::ElapsedMillisecondsD() const
125{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected