diff options
author | Timothy Arceri <[email protected]> | 2017-05-03 14:20:26 +1000 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2017-05-11 10:56:08 +1000 |
commit | 00c5119a5e8210e801192c77069b79a87f63264e (patch) | |
tree | adea3dbcb0606e97795f7a8a0a19601f1ecf22d5 /src/mesa/main/pipelineobj.h | |
parent | ea4c606441d7e2f0d8c86d5abce351935b16255c (diff) |
mesa: add KHR_no_error support for glUseProgramStages()
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/mesa/main/pipelineobj.h')
-rw-r--r-- | src/mesa/main/pipelineobj.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/main/pipelineobj.h b/src/mesa/main/pipelineobj.h index fbcb7659249..048a4c7bf39 100644 --- a/src/mesa/main/pipelineobj.h +++ b/src/mesa/main/pipelineobj.h @@ -71,6 +71,9 @@ _mesa_validate_program_pipeline(struct gl_context * ctx, struct gl_pipeline_object *pipe); +void GLAPIENTRY +_mesa_UseProgramStages_no_error(GLuint pipeline, GLbitfield stages, + GLuint prog); extern void GLAPIENTRY _mesa_UseProgramStages(GLuint pipeline, GLbitfield stages, GLuint program); |