diff options
author | Fredrik Höglund <[email protected]> | 2015-03-02 18:52:36 +0100 |
---|---|---|
committer | Fredrik Höglund <[email protected]> | 2015-05-08 15:31:03 +0200 |
commit | 0a895c379e649b64efd5c0978fb6252dabf9d285 (patch) | |
tree | 56296ebafbb04affd65ee3747678671409b9a0c3 /src/mapi | |
parent | f2ef09d44adc4a00ed6ae18377c588320022d284 (diff) |
mesa: Implement VertexArrayBindingDivisor
Reviewed-by: Laura Ekstrand <[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 8cc1ab0479d..0b19166c554 100644 --- a/src/mapi/glapi/gen/ARB_direct_state_access.xml +++ b/src/mapi/glapi/gen/ARB_direct_state_access.xml @@ -518,6 +518,12 @@ <param name="bindingindex" type="GLuint" /> </function> + <function name="VertexArrayBindingDivisor" offset="assign"> + <param name="vaobj" type="GLuint" /> + <param name="bindingindex" type="GLuint" /> + <param name="divisor" type="GLuint" /> + </function> + <!-- Sampler object functions --> <function name="CreateSamplers" offset="assign"> |