diff options
author | Samuel Pitoiset <samuel.pitoiset@gmail.com> | 2017-07-20 11:26:42 +0200 |
---|---|---|
committer | Samuel Pitoiset <samuel.pitoiset@gmail.com> | 2017-08-02 12:54:31 +0200 |
commit | fcd8ab6e866b96e6601fdc04c72a74c782b31454 (patch) | |
tree | 7c5fc96a8e39762dfdbecfdcbe9f4882e86fec29 /src/mapi | |
parent | 29f84556ca5fef7b752edf1eaa161a7d35f3fcf6 (diff) |
mesa: add KHR_no_error support to glShaderSource()
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
Diffstat (limited to 'src/mapi')
-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 e1b3c43fb1..7afcc5db65 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -5497,7 +5497,7 @@ <glx ignore="true"/> </function> - <function name="ShaderSource" es2="2.0" marshal="custom"> + <function name="ShaderSource" es2="2.0" marshal="custom" no_error="true"> <param name="shader" type="GLuint"/> <param name="count" type="GLsizei"/> <param name="string" type="const GLchar * const *"/> |