MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / getTargetFPS

Method getTargetFPS

Source/Basic/Application.cpp:673–675  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

671}
672
673uint32_t Application::getTargetFPS() const noexcept {
674 return _targetFPS;
675}
676
677uint32_t Application::getMaxFPS() const noexcept {
678 return _maxFPS;

Callers 3

updateMethod · 0.80
showStatsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected