diff options
author | Martin Peres <[email protected]> | 2015-02-16 16:13:58 +0200 |
---|---|---|
committer | Martin Peres <[email protected]> | 2015-03-25 10:05:45 +0200 |
commit | e59d2434a075176ebc94438f81d742e222da3e82 (patch) | |
tree | 80a256617bcaa36269e23e5edfbbd861d8a5870e /src/mapi/glapi | |
parent | 296d82376e5d31961c02f6669f2012eb7bf4439d (diff) |
main: Added entry point for glGetTransformFeedbackiv
v2: Review from Laura Ekstrand
- use the transform feedback object lookup wrapper
Reviewed-by: Laura Ekstrand <[email protected]>
Signed-off-by: Martin Peres <[email protected]>
Diffstat (limited to 'src/mapi/glapi')
-rw-r--r-- | src/mapi/glapi/gen/ARB_direct_state_access.xml | 6 |
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 2375df4e700..341181ef2bb 100644 --- a/src/mapi/glapi/gen/ARB_direct_state_access.xml +++ b/src/mapi/glapi/gen/ARB_direct_state_access.xml @@ -28,6 +28,12 @@ <param name="size" type="GLsizeiptr" /> </function> + <function name="GetTransformFeedbackiv" offset="assign"> + <param name="xfb" type="GLuint" /> + <param name="pname" type="GLenum" /> + <param name="param" type="GLint *" /> + </function> + <!-- Buffer object functions --> <function name="CreateBuffers" offset="assign"> |