[GPU] Disable blend when rendering output texture

This commit is contained in:
wheremyfoodat 2023-06-13 20:38:17 +03:00
parent 4f619086e9
commit 2520b2cb46

View file

@ -361,6 +361,7 @@ constexpr u32 bottomScreenBuffer = 0x1f05dc00;
// Quick hack to display top screen for now
void Renderer::display() {
OpenGL::disableBlend();
OpenGL::disableDepth();
OpenGL::disableScissor();