mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-07-11 01:34:17 +02:00
GS/GL: Initialise stencil ref/mask during device creation
This commit is contained in:
committed by
lightningterror
parent
420f4177c9
commit
f85b20eb00
@@ -553,6 +553,9 @@ bool GSDeviceOGL::Create(GSVSyncMode vsync_mode, bool allow_present_throttle)
|
||||
glDisable(GL_MULTISAMPLE);
|
||||
|
||||
glDisable(GL_DITHER); // Honestly I don't know!
|
||||
|
||||
// Initialise stencil ref/mask.
|
||||
glStencilFunc(GLState::stencil_func, 1, 1);
|
||||
}
|
||||
|
||||
// ****************************************************************
|
||||
|
||||
Reference in New Issue
Block a user