mirror of
https://github.com/libretro/ppsspp.git
synced 2025-01-07 17:10:21 +00:00
commit
f4df446805
@ -157,7 +157,7 @@ static void ClearBuffer() {
|
||||
glstate.stencilFunc.set(GL_ALWAYS, 0xFF, 0xFF);
|
||||
glClearColor(0.0f, 0.0f, 0.0f, 1.0f);
|
||||
glClearStencil(0xFF);
|
||||
glClearDepth(1.0);
|
||||
glClearDepthf(1.0);
|
||||
glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT | GL_STENCIL_BUFFER_BIT);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user