diff options
author | Timothy Arceri <tarceri@itsqueeze.com> | 2017-05-03 15:34:52 +1000 |
---|---|---|
committer | Timothy Arceri <tarceri@itsqueeze.com> | 2017-05-11 10:56:08 +1000 |
commit | 244cef1694fbeb6738b883afc2ca6c4cc9c05ff0 (patch) | |
tree | 0a9e51e5d897aa34736001df1ead7b98eb718396 /src/mapi | |
parent | 0bca4784c29e5b12f995eae52a90214de6249771 (diff) |
mesa: add KHR_no_error support for glBindProgramPipeline()
Reviewed-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'src/mapi')
-rw-r--r-- | src/mapi/glapi/gen/ARB_separate_shader_objects.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/glapi/gen/ARB_separate_shader_objects.xml b/src/mapi/glapi/gen/ARB_separate_shader_objects.xml index c3385e9370..54c1be3fe7 100644 --- a/src/mapi/glapi/gen/ARB_separate_shader_objects.xml +++ b/src/mapi/glapi/gen/ARB_separate_shader_objects.xml @@ -30,7 +30,7 @@ <param name="strings" type="const GLchar * const *" /> <return type="GLuint"/> </function> - <function name="BindProgramPipeline" es2="3.1"> + <function name="BindProgramPipeline" es2="3.1" no_error="true"> <param name="pipeline" type="GLuint" /> </function> <function name="DeleteProgramPipelines" es2="3.1"> |