diff options
Diffstat (limited to 'src/mesa/shader/arbprogram.h')
-rw-r--r-- | src/mesa/shader/arbprogram.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/mesa/shader/arbprogram.h b/src/mesa/shader/arbprogram.h index 233f662965..6fe76267be 100644 --- a/src/mesa/shader/arbprogram.h +++ b/src/mesa/shader/arbprogram.h @@ -28,6 +28,16 @@ extern void GLAPIENTRY +_mesa_BindProgram(GLenum target, GLuint id); + +extern void GLAPIENTRY +_mesa_DeletePrograms(GLsizei n, const GLuint *ids); + +extern void GLAPIENTRY +_mesa_GenPrograms(GLsizei n, GLuint *ids); + + +extern void GLAPIENTRY _mesa_EnableVertexAttribArrayARB(GLuint index); |