mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-07 22:55:40 +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
|
// Quick hack to display top screen for now
|
||||||
void Renderer::display() {
|
void Renderer::display() {
|
||||||
|
OpenGL::disableBlend();
|
||||||
OpenGL::disableDepth();
|
OpenGL::disableDepth();
|
||||||
OpenGL::disableScissor();
|
OpenGL::disableScissor();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue