diff options
author | Timothy Arceri <[email protected]> | 2017-06-28 14:09:22 +1000 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2017-06-29 08:54:11 +1000 |
commit | d8143a4bde01dcbef7d5099fcdde6a810ca2d99a (patch) | |
tree | 5df0bbfc81e96c6084fcb40bca1c8cdb936be011 /src/mapi/glapi/gen/gl_API.xml | |
parent | 73e0140acc118e0a53ac601adba9fe85833ff32c (diff) |
mesa: add KHR_no_error support for glDisableVertexA*A*()
Reviewed-by: Samuel Pitoiset <[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 c685580314b..8a8f15b9dd4 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -5340,7 +5340,7 @@ <glx ignore="true"/> </function> - <function name="DisableVertexAttribArray" es2="2.0"> + <function name="DisableVertexAttribArray" es2="2.0" no_error="true"> <param name="index" type="GLuint"/> <glx ignore="true"/> <glx handcode="true"/> |