diff options
author | Pierre-Eric Pelloux-Prayer <[email protected]> | 2019-11-05 15:04:52 +0100 |
---|---|---|
committer | Pierre-Eric Pelloux-Prayer <[email protected]> | 2019-11-19 08:49:44 +0100 |
commit | 442fd3d007d733a24e8d2473756467d616a134ac (patch) | |
tree | 95cf9b4efa7b3465596fe0147885d2c7dca0048f /src/mapi | |
parent | 8cfb3e4ee57070ff45e7534a986a20c5fd649dc7 (diff) |
mesa: add ARB_vertex_attrib_64bit VertexArrayVertexAttribLOffsetEXT
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/mapi')
-rw-r--r-- | src/mapi/glapi/gen/ARB_vertex_attrib_64bit.xml | 10 | ||||
-rw-r--r-- | src/mapi/glapi/gen/static_data.py | 1 |
2 files changed, 11 insertions, 0 deletions
diff --git a/src/mapi/glapi/gen/ARB_vertex_attrib_64bit.xml b/src/mapi/glapi/gen/ARB_vertex_attrib_64bit.xml index 6d76003fec8..4d66ee50c80 100644 --- a/src/mapi/glapi/gen/ARB_vertex_attrib_64bit.xml +++ b/src/mapi/glapi/gen/ARB_vertex_attrib_64bit.xml @@ -64,6 +64,16 @@ <param name="pname" type="GLenum"/> <param name="params" type="GLdouble *"/> </function> + + <function name="VertexArrayVertexAttribLOffsetEXT"> + <param name="vaobj" type="GLuint" /> + <param name="buffer" type="GLuint" /> + <param name="index" type="GLuint" /> + <param name="size" type="GLint" /> + <param name="type" type="GLenum" /> + <param name="stride" type="GLsizei" /> + <param name="offset" type="GLintptr" /> + </function> </category> </OpenGLAPI> diff --git a/src/mapi/glapi/gen/static_data.py b/src/mapi/glapi/gen/static_data.py index fe9f94ae97f..9937b7aaa4e 100644 --- a/src/mapi/glapi/gen/static_data.py +++ b/src/mapi/glapi/gen/static_data.py @@ -1618,6 +1618,7 @@ offsets = { "GetVertexArrayPointeri_vEXT": 1582, "NamedFramebufferParameteriEXT": 1583, "GetNamedFramebufferParameterivEXT": 1584, + "VertexArrayVertexAttribLOffsetEXT": 1585, } functions = [ |