diff options
author | Samuel Pitoiset <[email protected]> | 2017-06-26 14:05:46 +0200 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2017-06-28 10:25:12 +0200 |
commit | 18e31bb25222b8763f8c90eb8a07f6a72bdb0916 (patch) | |
tree | f4df969e7049a57258e3b085eec9f717d547e1bf /src/mapi/glapi/gen/ARB_sampler_objects.xml | |
parent | 455b1a3a4b688e859d4b0b12f1f13f4e472444be (diff) |
mesa: add KHR_no_error support for gl*Samplers()
Signed-off-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/mapi/glapi/gen/ARB_sampler_objects.xml')
-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 20363f70b28..9fe6c41c855 100644 --- a/src/mapi/glapi/gen/ARB_sampler_objects.xml +++ b/src/mapi/glapi/gen/ARB_sampler_objects.xml @@ -7,7 +7,7 @@ <category name="GL_ARB_sampler_objects" number="81"> - <function name="GenSamplers" es2="3.0"> + <function name="GenSamplers" es2="3.0" no_error="true"> <param name="count" type="GLsizei"/> <param name="samplers" type="GLuint *"/> </function> |