mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 22:25:41 +12:00
[GPU] Disable blend when rendering output texture
This commit is contained in:
parent
4f619086e9
commit
2520b2cb46
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue