diff options
author | Timothy Arceri <[email protected]> | 2017-05-12 16:43:30 +1000 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2017-05-17 10:12:03 +1000 |
commit | cdbfb19420cc48c5d9fe2c88ff9b29da6b407401 (patch) | |
tree | dc00967958157d753d201b8d72eab170ca038276 /src/mapi | |
parent | 09687c228243cda6d53e75e3d02b679e7dcd0062 (diff) |
mesa: add KHR_no_error support for glNamedBufferStorage()
Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src/mapi')
-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 43e4e05b10f..fa375e0e7a2 100644 --- a/src/mapi/glapi/gen/ARB_direct_state_access.xml +++ b/src/mapi/glapi/gen/ARB_direct_state_access.xml @@ -54,7 +54,7 @@ <param name="buffers" type="GLuint *" /> </function> - <function name="NamedBufferStorage"> + <function name="NamedBufferStorage" no_error="true"> <param name="buffer" type="GLuint" /> <param name="size" type="GLsizeiptr" /> <param name="data" type="const GLvoid *" /> |