several fixes after ages

This commit is contained in:
Nishi 2026-04-08 17:09:25 +09:00
commit 7ae7b7507a
Signed by: nishi
GPG key ID: 27EF69B208EB9343
7 changed files with 33 additions and 5 deletions

View file

@ -46,6 +46,7 @@ GSDECL void GSGLShadowDeinit(GSGL gl);
GSDECL void GSGLShadowDisable(GSGL gl);
GSDECL void GSGLShadowEnable(GSGL gl);
GSDECL int GSGLShadowCascadeSteps(GSGL gl);
GSDECL void GSGLShadowRender(GSGL gl, int toggle);
/* gl.c */
GSDECL GSGL GSGLCreate(GSClient client);

View file

@ -212,6 +212,7 @@ struct _GSGL {
GSNumber frustum_clip[16];
GSBool bold;
GSBool shadow;
};
struct _GSSkyBox {