aboutsummaryrefslogtreecommitdiffstats
path: root/src/mapi
diff options
context:
space:
mode:
authorLaura Ekstrand <[email protected]>2015-01-09 16:17:10 -0800
committerLaura Ekstrand <[email protected]>2015-03-17 10:18:33 -0700
commita76808dc19580855eb39c0904f3254edd765aa50 (patch)
tree744387273b04f4853c100fa93934c134b3169909 /src/mapi
parent2cf48c37c1e2946f7c0648e0a5927a90209f59a4 (diff)
main: Add entry point for NamedBufferStorage.
Reviewed-by: Martin Peres <[email protected]>
Diffstat (limited to 'src/mapi')
-rw-r--r--src/mapi/glapi/gen/ARB_direct_state_access.xml7
1 files changed, 7 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 6c9d0e807a1..ff81c212812 100644
--- a/src/mapi/glapi/gen/ARB_direct_state_access.xml
+++ b/src/mapi/glapi/gen/ARB_direct_state_access.xml
@@ -14,6 +14,13 @@
<param name="buffers" type="GLuint *" />
</function>
+ <function name="NamedBufferStorage" offset="assign">
+ <param name="buffer" type="GLuint" />
+ <param name="size" type="GLsizeiptr" />
+ <param name="data" type="const GLvoid *" />
+ <param name="flags" type="GLbitfield" />
+ </function>
+
<!-- Texture object functions -->
<function name="CreateTextures" offset="assign">