renderGL: setting to set settings to set stencil a

nd buffer size

it appears this may be the cause of visual glitches
This commit is contained in:
tildearrow 2025-03-30 15:13:39 -05:00
parent e9acf42f8a
commit f95336befe
4 changed files with 32 additions and 11 deletions

View file

@ -1996,6 +1996,7 @@ class FurnaceGUI {
int glBlueSize;
int glAlphaSize;
int glDepthSize;
int glSetBS;
int glStencilSize;
int glBufferSize;
int glDoubleBuffer;
@ -2248,6 +2249,7 @@ class FurnaceGUI {
glBlueSize(8),
glAlphaSize(0),
glDepthSize(24),
glSetBS(0),
glStencilSize(0),
glBufferSize(32),
glDoubleBuffer(1),