MCPcopy 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
108void Blit::enableFeatures(u32 features)
109{
110 m_features |= features;
111 setupShader();
112}
113
114void Blit::disableFeatures(u32 features)
115{

Callers 4

initFunction · 0.80
recreateDisplayFunction · 0.80
setColorCorrectionFunction · 0.80
bloomPostEnableFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected