aboutsummaryrefslogtreecommitdiffstats
path: root/src/mapi/glapi/gen/ARB_direct_state_access.xml
diff options
context:
space:
mode:
authorMartin Peres <[email protected]>2015-01-14 18:17:21 +0200
committerMartin Peres <[email protected]>2015-03-25 10:05:45 +0200
commitc86cb2da255216524974eb1c92caa1ecb378e32e (patch)
tree1ff7993dcd778f4dba141ac9456e63a90793ee60 /src/mapi/glapi/gen/ARB_direct_state_access.xml
parentfc76fac4199f06e26d6c9b4fbb87b85f802b06f3 (diff)
main: Added entry point for glCreateTransformFeedbacks
v2: Review from Laura Ekstrand - generate the name of the gl method once - shorten some lines to stay in the 78 chars limit v3: Review from Fredrik Höglund <[email protected]> - rename gl_mthd_name to func - set EverBound in _mesa_create_transform_feedbacks in the dsa case v4: - rename _mesa_create_transform_feedbacks to create_transform_feedbacks and make it static Reviewed-by: Laura Ekstrand <[email protected]> Signed-off-by: Martin Peres <[email protected]>
Diffstat (limited to 'src/mapi/glapi/gen/ARB_direct_state_access.xml')
-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 641e68f71f0..0c7e88004ea 100644
--- a/src/mapi/glapi/gen/ARB_direct_state_access.xml
+++ b/src/mapi/glapi/gen/ARB_direct_state_access.xml
@@ -7,6 +7,13 @@
<enum name="QUERY_TARGET" value="0x82EA"/>
<enum name="TEXTURE_BINDING" value="0x82EB"/>
+ <!-- Transform Feedback object functions -->
+
+ <function name="CreateTransformFeedbacks" offset="assign">
+ <param name="n" type="GLsizei" />
+ <param name="ids" type="GLuint *" />
+ </function>
+
<!-- Buffer object functions -->
<function name="CreateBuffers" offset="assign">