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

Method ElapsedSecondsF

SampleFramework12/v1.00/Timer.cpp:89–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89float Timer::ElapsedSecondsF() const
90{
91 return elapsedSecondsF;
92}
93
94double Timer::ElapsedSecondsD() const
95{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected