mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +00:00
Wait.
This commit is contained in:
parent
70bcf59bd6
commit
40d9b7f34b
1 changed files with 3 additions and 3 deletions
|
|
@ -496,6 +496,9 @@ boolean SetupGLfunc(void)
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static boolean gl_allowshaders = false;
|
||||||
|
static boolean gl_shadersenabled = false;
|
||||||
|
|
||||||
#ifdef GL_SHADERS
|
#ifdef GL_SHADERS
|
||||||
typedef GLuint (APIENTRY *PFNglCreateShader) (GLenum);
|
typedef GLuint (APIENTRY *PFNglCreateShader) (GLenum);
|
||||||
typedef void (APIENTRY *PFNglShaderSource) (GLuint, GLsizei, const GLchar**, GLint*);
|
typedef void (APIENTRY *PFNglShaderSource) (GLuint, GLsizei, const GLchar**, GLint*);
|
||||||
|
|
@ -545,9 +548,6 @@ static PFNglGetUniformLocation pglGetUniformLocation;
|
||||||
// 18032019
|
// 18032019
|
||||||
static char *gl_customvertexshaders[MAXSHADERS];
|
static char *gl_customvertexshaders[MAXSHADERS];
|
||||||
static char *gl_customfragmentshaders[MAXSHADERS];
|
static char *gl_customfragmentshaders[MAXSHADERS];
|
||||||
|
|
||||||
static boolean gl_allowshaders = false;
|
|
||||||
static boolean gl_shadersenabled = false;
|
|
||||||
static GLuint gl_currentshaderprogram = 0;
|
static GLuint gl_currentshaderprogram = 0;
|
||||||
|
|
||||||
// 13062019
|
// 13062019
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue