Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
673
uint32_t Application::getTargetFPS() const noexcept {
674
return _targetFPS;
675
}
676
677
uint32_t Application::getMaxFPS() const noexcept {
678
return _maxFPS;
Callers
3
update
Method · 0.80
application_get_target_fps
Function · 0.80
showStats
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected