aa
This commit is contained in:
parent
2a804556db
commit
08ea9a0e7b
7 changed files with 40 additions and 14 deletions
|
|
@ -18,9 +18,10 @@ GBDECL int GBGLTexturePrepare(GBGL gl, GLuint* texture, unsigned char* rgba, int
|
|||
|
||||
/* gl_shadow.c */
|
||||
GBDECL void GBGLShadowInit(GBGL gl);
|
||||
GBDECL void GBGLShadowBeforeMapping(GBGL gl);
|
||||
GBDECL int GBGLShadowBeforeMapping(GBGL gl);
|
||||
GBDECL void GBGLShadowAfterMapping(GBGL gl);
|
||||
GBDECL void GBGLShadowEnd(GBGL gl);
|
||||
GBDECL void GBGLShadowDeinit(GBGL gl);
|
||||
|
||||
/* gl.c */
|
||||
GBDECL GBGL GBGLCreate(GBClient client);
|
||||
|
|
|
|||
|
|
@ -76,6 +76,7 @@ struct _GBResourceKV {
|
|||
struct _GBGL {
|
||||
GBEngine engine;
|
||||
|
||||
int shadow_use_shader;
|
||||
GLuint shadow_texture;
|
||||
GLuint shadow_shader;
|
||||
GLdouble shadow_modelview[16];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue