diff options
author | Samuel Pitoiset <[email protected]> | 2017-07-18 18:53:18 +0200 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2017-07-31 13:53:39 +0200 |
commit | 33f2b45e265a388e783ababc8ec3440e08823114 (patch) | |
tree | 39022f3a2beb857233347be62e3b7c0f6c81ebad /src/mapi | |
parent | 6fd8255c2a3a4edd8ed59e6e9249afabbd2b1754 (diff) |
mesa: add KHR_no_error support to glBindSampler()
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 9fe6c41c855..41fb1c0cca1 100644 --- a/src/mapi/glapi/gen/ARB_sampler_objects.xml +++ b/src/mapi/glapi/gen/ARB_sampler_objects.xml @@ -22,7 +22,7 @@ <return type="GLboolean"/> </function> - <function name="BindSampler" es2="3.0"> + <function name="BindSampler" es2="3.0" no_error="true"> <param name="unit" type="GLuint"/> <param name="sampler" type="GLuint"/> </function> |