summaryrefslogtreecommitdiffstats
path: root/src/mapi
diff options
context:
space:
mode:
authorLaura Ekstrand <[email protected]>2015-01-20 14:32:35 -0800
committerLaura Ekstrand <[email protected]>2015-03-17 10:18:34 -0700
commit105ddc6aea397bd5d39b8ffcd25278ed12102e3c (patch)
tree1be0fbf41319524e203cae0dcbe1b451850ca567 /src/mapi
parent1e45752aaf4ac7d2324d71bda4d2ac34f3abf8bd (diff)
main: Add entry point for GetNamedBufferPointerv.
v3: Review from Fredrik Hoglund -Split cosmetic refactor of GetBufferPointerv out into a separate commit Reviewed-by: Fredrik Höglund <[email protected]>
Diffstat (limited to 'src/mapi')
-rw-r--r--src/mapi/glapi/gen/ARB_direct_state_access.xml6
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 cb9f285fe83..8bcbb08f49c 100644
--- a/src/mapi/glapi/gen/ARB_direct_state_access.xml
+++ b/src/mapi/glapi/gen/ARB_direct_state_access.xml
@@ -98,6 +98,12 @@
<param name="params" type="GLint64 *" />
</function>
+ <function name="GetNamedBufferPointerv" offset="assign">
+ <param name="buffer" type="GLuint" />
+ <param name="pname" type="GLenum" />
+ <param name="params" type="GLvoid **" />
+ </function>
+
<!-- Texture object functions -->
<function name="CreateTextures" offset="assign">