diff options
author | Laura Ekstrand <[email protected]> | 2015-02-11 16:06:52 -0800 |
---|---|---|
committer | Laura Ekstrand <[email protected]> | 2015-03-17 10:18:34 -0700 |
commit | 1cfc18da8d3220fd6b123b6e269b3b440988027b (patch) | |
tree | 134cbd6afd70f2c76700238ff267d63ee4b6e6c8 /src/mapi | |
parent | ee5fae6e897a38f5104859851eb8fba84180cfa8 (diff) |
main: Add entry point for FlushMappedNamedBufferRange.
Reviewed-by: Fredrik Höglund <[email protected]>
Diffstat (limited to 'src/mapi')
-rw-r--r-- | src/mapi/glapi/gen/ARB_direct_state_access.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mapi/glapi/gen/ARB_direct_state_access.xml b/src/mapi/glapi/gen/ARB_direct_state_access.xml index 281646d92e8..27938c5865a 100644 --- a/src/mapi/glapi/gen/ARB_direct_state_access.xml +++ b/src/mapi/glapi/gen/ARB_direct_state_access.xml @@ -80,6 +80,12 @@ <param name="buffer" type="GLuint" /> </function> + <function name="FlushMappedNamedBufferRange" offset="assign"> + <param name="buffer" type="GLuint" /> + <param name="offset" type="GLintptr" /> + <param name="length" type="GLsizeiptr" /> + </function> + <!-- Texture object functions --> <function name="CreateTextures" offset="assign"> |