diff options
author | Fredrik Höglund <[email protected]> | 2015-03-02 18:27:58 +0100 |
---|---|---|
committer | Fredrik Höglund <[email protected]> | 2015-05-08 15:31:02 +0200 |
commit | c99efbd3c2d496dc7e62adf11ab56b7eb006bbc3 (patch) | |
tree | a74b8dd83abbb4464a1f0cba56c51b2caa42ef03 /src/mapi | |
parent | 96b646346372ec0e2b9336ef26e0d2a084b69400 (diff) |
mesa: Implement EnableVertexArrayAttrib
Reviewed-by: Laura Ekstrand <[email protected]>
Diffstat (limited to 'src/mapi')
-rw-r--r-- | src/mapi/glapi/gen/ARB_direct_state_access.xml | 5 |
1 files changed, 5 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 3592b1c963f..bffacc6dc13 100644 --- a/src/mapi/glapi/gen/ARB_direct_state_access.xml +++ b/src/mapi/glapi/gen/ARB_direct_state_access.xml @@ -460,6 +460,11 @@ <param name="index" type="GLuint" /> </function> + <function name="EnableVertexArrayAttrib" offset="assign"> + <param name="vaobj" type="GLuint" /> + <param name="index" type="GLuint" /> + </function> + <!-- Sampler object functions --> <function name="CreateSamplers" offset="assign"> |