mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
s/_mesa_IsProgram2/_mesa_IsProgram/
This commit is contained in:
parent
f49c0d0dfb
commit
12fe1b3a58
2 changed files with 2 additions and 2 deletions
|
|
@ -1234,7 +1234,7 @@ _mesa_GetShaderInfoLog(GLuint shader, GLsizei bufSize,
|
|||
}
|
||||
|
||||
GLboolean GLAPIENTRY
|
||||
_mesa_IsProgram2(GLuint program)
|
||||
_mesa_IsProgram(GLuint program)
|
||||
{
|
||||
GET_CURRENT_CONTEXT(ctx);
|
||||
GET_GENERIC(gen, program, "glIsProgram");
|
||||
|
|
|
|||
|
|
@ -309,7 +309,7 @@ _mesa_GetShaderInfoLog(GLuint shader, GLsizei bufSize,
|
|||
GLsizei *length, GLchar *infoLog);
|
||||
|
||||
extern GLboolean GLAPIENTRY
|
||||
_mesa_IsProgram2(GLuint program);
|
||||
_mesa_IsProgram(GLuint program);
|
||||
|
||||
extern GLboolean GLAPIENTRY
|
||||
_mesa_IsShader(GLuint shader);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue