aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/pipelineobj.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/main/pipelineobj.h')
-rw-r--r--src/mesa/main/pipelineobj.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/main/pipelineobj.h b/src/mesa/main/pipelineobj.h
index 048a4c7bf39..54aa40959ed 100644
--- a/src/mesa/main/pipelineobj.h
+++ b/src/mesa/main/pipelineobj.h
@@ -77,6 +77,8 @@ _mesa_UseProgramStages_no_error(GLuint pipeline, GLbitfield stages,
extern void GLAPIENTRY
_mesa_UseProgramStages(GLuint pipeline, GLbitfield stages, GLuint program);
+void GLAPIENTRY
+_mesa_ActiveShaderProgram_no_error(GLuint pipeline, GLuint program);
extern void GLAPIENTRY
_mesa_ActiveShaderProgram(GLuint pipeline, GLuint program);