MCPcopy 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
114void Blit::disableFeatures(u32 features)
115{
116 m_features &= ~features;
117 setupShader();
118}
119
120bool Blit::featureEnabled(u32 feature) const
121{

Callers 3

recreateDisplayFunction · 0.80
setColorCorrectionFunction · 0.80
bloomPostEnableFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected