mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-07-07 15:52:59 +12:00
Formatting fix
This commit is contained in:
parent
cf321b1ed8
commit
4b90239ae7
1 changed files with 3 additions and 1 deletions
|
@ -269,7 +269,9 @@ void RendererGL::setupStencilTest(bool stencilEnable) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
static constexpr std::array<GLenum, 8> stencilFuncs = {GL_NEVER, GL_ALWAYS, GL_EQUAL, GL_NOTEQUAL, GL_LESS, GL_LEQUAL, GL_GREATER, GL_GEQUAL};
|
static constexpr std::array<GLenum, 8> stencilFuncs = {
|
||||||
|
GL_NEVER, GL_ALWAYS, GL_EQUAL, GL_NOTEQUAL, GL_LESS, GL_LEQUAL, GL_GREATER, GL_GEQUAL,
|
||||||
|
};
|
||||||
gl.enableStencil();
|
gl.enableStencil();
|
||||||
|
|
||||||
const u32 stencilConfig = regs[PICA::InternalRegs::StencilTest];
|
const u32 stencilConfig = regs[PICA::InternalRegs::StencilTest];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue