diff options
author | Samuel Pitoiset <[email protected]> | 2017-06-26 12:21:05 +0200 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2017-06-28 10:25:12 +0200 |
commit | 03dc92ad97e737836f5752b8121f04220322ee77 (patch) | |
tree | 27600311dcbe90b6ee55556da946cf025cf8c05b /src/mapi/glapi | |
parent | c1782e44d090afb3f3f3bae113832e7175a16fc2 (diff) |
mesa: add KHR_no_error support for glCreateShader() and glCreateShaderObjectARB()
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 94589464c5c..415ed6a98bb 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -5318,7 +5318,7 @@ <glx ignore="true"/> </function> - <function name="CreateShader" es2="2.0"> + <function name="CreateShader" es2="2.0" no_error="true"> <param name="type" type="GLenum"/> <return type="GLuint"/> <glx ignore="true"/> @@ -7687,7 +7687,7 @@ <glx ignore="true"/> </function> - <function name="CreateShaderObjectARB"> + <function name="CreateShaderObjectARB" no_error="true"> <param name="shaderType" type="GLenum"/> <return type="GLhandleARB"/> <glx ignore="true"/> |