MCPcopy Create free account
hub / github.com/Aloshi/EmulationStation / postProcess

Method postProcess

src/Window.cpp:188–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188void Window::postProcess()
189{
190 if(mFadePercent > 0.0f)
191 {
192 Renderer::setMatrix(Eigen::Affine3f::Identity());
193 Renderer::drawRect(0, 0, Renderer::getScreenWidth(), Renderer::getScreenHeight(), 0x00000000 | ((unsigned char)(mFadePercent * 255)));
194 }
195}

Callers

nothing calls this directly

Calls 4

setMatrixFunction · 0.85
drawRectFunction · 0.85
getScreenWidthFunction · 0.70
getScreenHeightFunction · 0.70

Tested by

no test coverage detected