Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheForceEngine/TheForceEngine
/ enableFeatures
Method
enableFeatures
TheForceEngine/TFE_PostProcess/blit.cpp:108–112 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
106
}
107
108
void Blit::enableFeatures(u32 features)
109
{
110
m_features |= features;
111
setupShader();
112
}
113
114
void Blit::disableFeatures(u32 features)
115
{
Callers
4
init
Function · 0.80
recreateDisplay
Function · 0.80
setColorCorrection
Function · 0.80
bloomPostEnable
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected