diff options
author | Timothy Arceri <[email protected]> | 2017-06-28 14:34:14 +1000 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2017-06-29 08:54:11 +1000 |
commit | cb209dae9919eca304213768fc73b0b91eb96cfe (patch) | |
tree | 40898bc263d29a92855796f17cd59e220b8393cd /src/mapi | |
parent | cc88eb97e08070fb5b599c0dd3f3d3cc0b88f9a1 (diff) |
mesa: add KHR_no_error support for glGetUniformLocation()
Reviewed-by: Samuel Pitoiset <[email protected]>
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 8a8f15b9dd4..f726fe3477d 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -5427,7 +5427,7 @@ <glx ignore="true"/> </function> - <function name="GetUniformLocation" es2="2.0"> + <function name="GetUniformLocation" es2="2.0" no_error="true"> <param name="program" type="GLuint"/> <param name="name" type="const GLchar *"/> <return type="GLint"/> |