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

Method DeltaMillisecondsF

SampleFramework12/v1.00/Timer.cpp:134–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134float Timer::DeltaMillisecondsF() const
135{
136 return deltaMillisecondsF;
137}
138
139double Timer::DeltaMillisecondsD() const
140{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected