diff options
author | Samuel Pitoiset <[email protected]> | 2017-07-18 20:48:40 +0200 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2017-07-31 13:53:39 +0200 |
commit | ef0b0389818f9dd99e55e44e52dc7e4446e37c79 (patch) | |
tree | c15f0bd53b40baa973e1cb0e5e9382a010439afb /src/mapi | |
parent | 3339b53755b520635c67f5a3ff90628023226334 (diff) |
mesa: add KHR_no_error support to glDeleteSamplers()
Signed-off-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/mapi')
-rw-r--r-- | src/mapi/glapi/gen/ARB_sampler_objects.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/glapi/gen/ARB_sampler_objects.xml b/src/mapi/glapi/gen/ARB_sampler_objects.xml index 41fb1c0cca1..e10984b3f76 100644 --- a/src/mapi/glapi/gen/ARB_sampler_objects.xml +++ b/src/mapi/glapi/gen/ARB_sampler_objects.xml @@ -12,7 +12,7 @@ <param name="samplers" type="GLuint *"/> </function> - <function name="DeleteSamplers" es2="3.0"> + <function name="DeleteSamplers" es2="3.0" no_error="true"> <param name="count" type="GLsizei"/> <param name="samplers" type="const GLuint *"/> </function> |