GPU: Implement transparency mode

This commit is contained in:
Connor McLaughlin
2019-09-19 00:55:06 +10:00
parent 23ef1cafbd
commit d84bffead1
5 changed files with 52 additions and 19 deletions

View File

@ -304,6 +304,7 @@ void SDLInterface::RenderDisplay()
return;
glViewport(0, 0, m_window_width, m_window_height - 20);
glDisable(GL_BLEND);
glDisable(GL_CULL_FACE);
glDisable(GL_DEPTH_TEST);
glDisable(GL_SCISSOR_TEST);