Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinder/Cinder
/ disableFrameRate
Method
disableFrameRate
src/cinder/app/AppBase.cpp:112–115 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
110
}
111
112
void AppBase::Settings::disableFrameRate()
113
{
114
mFrameRateEnabled = false;
115
}
116
117
void AppBase::Settings::setFrameRate( float frameRate )
118
{
Callers
12
prepareSettings
Function · 0.45
DeferredShadingApp.cpp
File · 0.45
prepareSettings
Function · 0.45
prepare
Method · 0.45
DeferredShadingAdvancedApp.cpp
File · 0.45
LevelOfDetailIndirectApp.cpp
File · 0.45
prepareSettings
Function · 0.45
LevelOfDetailBasicApp.cpp
File · 0.45
prepareSettings
Method · 0.45
prepareSettings
Method · 0.45
prepareSettings
Method · 0.45
prepareSettings
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected