diff options
author | Samuel Pitoiset <[email protected]> | 2017-07-19 14:42:07 +0200 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2017-07-31 13:53:40 +0200 |
commit | ffe8813b02590bcd00437fe5cdc1103273ac2920 (patch) | |
tree | 90a9b742320e2b5b93fb3ad3b5ff22f230d85349 /src/mapi/glapi | |
parent | 6b9087a45dc4c21bb296110770c3e2b8d98cdb49 (diff) |
mesa: add KHR_no_error support to glDetachShader() and glDetachObjectARB()
Signed-off-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/mapi/glapi')
-rw-r--r-- | src/mapi/glapi/gen/gl_API.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml index 53b234b2f96..3e2bdc1736e 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -5334,7 +5334,7 @@ <glx ignore="true"/> </function> - <function name="DetachShader" es2="2.0"> + <function name="DetachShader" es2="2.0" no_error="true"> <param name="program" type="GLuint"/> <param name="shader" type="GLuint"/> <glx ignore="true"/> @@ -7681,7 +7681,7 @@ <glx ignore="true"/> </function> - <function name="DetachObjectARB"> + <function name="DetachObjectARB" no_error="true"> <param name="containerObj" type="GLhandleARB"/> <param name="attachedObj" type="GLhandleARB"/> <glx ignore="true"/> |