Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheForceEngine/TheForceEngine
/ disableFeatures
Method
disableFeatures
TheForceEngine/TFE_PostProcess/blit.cpp:114–118 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
112
}
113
114
void Blit::disableFeatures(u32 features)
115
{
116
m_features &= ~features;
117
setupShader();
118
}
119
120
bool Blit::featureEnabled(u32 feature) const
121
{
Callers
3
recreateDisplay
Function · 0.80
setColorCorrection
Function · 0.80
bloomPostEnable
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected