diff options
author | Samuel Pitoiset <[email protected]> | 2017-06-26 13:53:02 +0200 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2017-06-28 10:25:12 +0200 |
commit | 56f428817f4f57806e73d0acd18949bf563f6540 (patch) | |
tree | ba9780c4ef9a3900b3e609de771ccbb31b780185 /src/mapi/glapi/gen/gl_API.xml | |
parent | ab6d383e32311800ae8bbe0e9d63a4e8d80a66de (diff) |
mesa: add KHR_no_error support for gl*Textures()
Signed-off-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/mapi/glapi/gen/gl_API.xml')
-rw-r--r-- | src/mapi/glapi/gen/gl_API.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml index 84195cae7ce..4833d520103 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -3345,7 +3345,7 @@ <glx sop="144"/> </function> - <function name="GenTextures" es1="1.0" es2="2.0"> + <function name="GenTextures" es1="1.0" es2="2.0" no_error="true"> <param name="n" type="GLsizei" counter="true"/> <param name="textures" type="GLuint *" output="true" count="n"/> <glx sop="145" always_array="true"/> |