diff options
author | Fredrik Höglund <[email protected]> | 2015-03-02 18:35:10 +0100 |
---|---|---|
committer | Fredrik Höglund <[email protected]> | 2015-05-08 15:31:03 +0200 |
commit | cc9b68e9c91165ef125338542aebf27a9c8c1406 (patch) | |
tree | ddad819f8ac197eac28abdd787c3578ee731dd83 /src/mapi | |
parent | c59b5317fc1ad7648b8b945d175b7e1b841c5098 (diff) |
mesa: Implement VertexArrayVertexBuffer
Reviewed-by: Laura Ekstrand <[email protected]>
Diffstat (limited to 'src/mapi')
-rw-r--r-- | src/mapi/glapi/gen/ARB_direct_state_access.xml | 8 |
1 files changed, 8 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 570c5fdfc8f..46f5ea28c0e 100644 --- a/src/mapi/glapi/gen/ARB_direct_state_access.xml +++ b/src/mapi/glapi/gen/ARB_direct_state_access.xml @@ -470,6 +470,14 @@ <param name="buffer" type="GLuint" /> </function> + <function name="VertexArrayVertexBuffer" offset="assign"> + <param name="vaobj" type="GLuint" /> + <param name="bindingindex" type="GLuint" /> + <param name="buffer" type="GLuint" /> + <param name="offset" type="GLintptr" /> + <param name="stride" type="GLsizei" /> + </function> + <!-- Sampler object functions --> <function name="CreateSamplers" offset="assign"> |