mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-18 03:31:31 +12:00
Fix trampling clip state
This commit is contained in:
parent
9e529d73f4
commit
ca3c2550f2
1 changed files with 2 additions and 2 deletions
|
@ -458,8 +458,8 @@ void RendererGL::display() {
|
||||||
gl.useProgram(displayProgram);
|
gl.useProgram(displayProgram);
|
||||||
gl.bindVAO(dummyVAO);
|
gl.bindVAO(dummyVAO);
|
||||||
|
|
||||||
OpenGL::disableClipPlane(0);
|
gl.disableClipPlane(0);
|
||||||
OpenGL::disableClipPlane(1);
|
gl.disableClipPlane(1);
|
||||||
|
|
||||||
using namespace PICA::ExternalRegs;
|
using namespace PICA::ExternalRegs;
|
||||||
const u32 topScreenAddr = externalRegs[Framebuffer0AFirstAddr];
|
const u32 topScreenAddr = externalRegs[Framebuffer0AFirstAddr];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue