diff options
author | Samuel Pitoiset <[email protected]> | 2017-06-01 11:46:24 +0200 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2017-06-07 11:04:33 +0200 |
commit | 287a7a0ca6cae5a9bc90a7d94395af927000b55e (patch) | |
tree | 2a5a5b10976c9d4d21f7b23cf04338a858da4492 /src/mapi | |
parent | 41df4b1d7e689f42263250356079b37efa3018bd (diff) |
mesa: add KHR_no_error support for glCopyImageSubData()
Signed-off-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/mapi')
-rw-r--r-- | src/mapi/glapi/gen/ARB_copy_image.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/glapi/gen/ARB_copy_image.xml b/src/mapi/glapi/gen/ARB_copy_image.xml index 9ee2ba304ff..fb4c9b1c242 100644 --- a/src/mapi/glapi/gen/ARB_copy_image.xml +++ b/src/mapi/glapi/gen/ARB_copy_image.xml @@ -5,7 +5,7 @@ <category name="GL_ARB_copy_image" number="123"> - <function name="CopyImageSubData" es2="3.2"> + <function name="CopyImageSubData" es2="3.2" no_error="true"> <param name="srcName" type="GLuint"/> <param name="srcTarget" type="GLenum"/> <param name="srcLevel" type="GLint"/> |