diff options
author | Samuel Pitoiset <[email protected]> | 2017-06-26 12:42:25 +0200 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2017-06-28 10:25:12 +0200 |
commit | 7c02267673e553d75a1d13c69471b0b794239b9e (patch) | |
tree | 33b3c64fafdcfbaf92fe41ae96ed3fd3ba066635 /src/mapi/glapi/gen/gl_API.xml | |
parent | 064bb7499cd3cb7a87c7f39c233ed2595889a503 (diff) |
mesa: add KHR_no_error support for gl*Buffers()
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 4d6a08e1247..84195cae7ce 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -5068,7 +5068,7 @@ <glx ignore="true"/> </function> - <function name="GenBuffers" es1="1.1" es2="2.0"> + <function name="GenBuffers" es1="1.1" es2="2.0" no_error="true"> <param name="n" type="GLsizei" counter="true"/> <param name="buffer" type="GLuint *" output="true" count="n"/> <glx ignore="true"/> |