gl4es updated, added latest changes by ptitSeb

This commit is contained in:
lubomyr
2016-11-29 23:31:07 +02:00
parent 9a1dbfc234
commit 72a4905ea4
23 changed files with 695 additions and 280 deletions
+2 -4
View File
@@ -59,9 +59,7 @@ typedef struct _glstack_t {
GLboolean normalize;
GLboolean polygon_offset_fill;
GLboolean stencil_test;
GLboolean texture_1d[MAX_TEX];
GLboolean texture_2d[MAX_TEX];
GLboolean texture_3d[MAX_TEX];
GLuint tex_enabled[MAX_TEX];
GLboolean texgen_s[MAX_TEX];
GLboolean texgen_r[MAX_TEX];
GLboolean texgen_t[MAX_TEX];
@@ -129,7 +127,7 @@ typedef struct _glstack_t {
GLenum stencil_dppass;
// GL_TEXTURE_BIT
GLint texture[MAX_TEX];
GLint texture[MAX_TEX][ENABLED_TEXTURE_LAST];
texgen_state_t texgen[MAX_TEX];
GLint active;