diff options
author | Timothy Arceri <[email protected]> | 2017-05-12 21:29:11 +1000 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2017-05-17 10:12:03 +1000 |
commit | 7ec12293bee9cff0d161bfde7fb9c9e8a0aafd2b (patch) | |
tree | 63fac019cf3e3574924fa8d4b55c91361fea409d /src/mapi/glapi/gen | |
parent | cab148c28231c109e2dee7b2dbea77997117932e (diff) |
mesa: add KHR_no_error support for glNamedBufferSubData()
Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src/mapi/glapi/gen')
-rw-r--r-- | src/mapi/glapi/gen/ARB_direct_state_access.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/glapi/gen/ARB_direct_state_access.xml b/src/mapi/glapi/gen/ARB_direct_state_access.xml index fa375e0e7a2..b8780f75b35 100644 --- a/src/mapi/glapi/gen/ARB_direct_state_access.xml +++ b/src/mapi/glapi/gen/ARB_direct_state_access.xml @@ -68,7 +68,7 @@ <param name="usage" type="GLenum" /> </function> - <function name="NamedBufferSubData"> + <function name="NamedBufferSubData" no_error="true"> <param name="buffer" type="GLuint" /> <param name="offset" type="GLintptr" /> <param name="size" type="GLsizeiptr" /> |