diff options
author | Timothy Arceri <[email protected]> | 2017-05-03 15:26:22 +1000 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2017-05-11 10:56:08 +1000 |
commit | 0bca4784c29e5b12f995eae52a90214de6249771 (patch) | |
tree | ad3df97d62933ce6ebdce7faf18d24247d761bef /src/mesa/main/pipelineobj.h | |
parent | 00c5119a5e8210e801192c77069b79a87f63264e (diff) |
mesa: add KHR_no_error support for glActiveShaderProgram()
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/mesa/main/pipelineobj.h')
-rw-r--r-- | src/mesa/main/pipelineobj.h | 2 |
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); |