several fixes after ages
This commit is contained in:
parent
ee178645bf
commit
7ae7b7507a
7 changed files with 33 additions and 5 deletions
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -212,6 +212,7 @@ struct _GSGL {
|
|||
GSNumber frustum_clip[16];
|
||||
|
||||
GSBool bold;
|
||||
GSBool shadow;
|
||||
};
|
||||
|
||||
struct _GSSkyBox {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue