diff options
author | Marek Olšák <[email protected]> | 2011-12-18 04:51:48 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2012-07-12 13:05:59 +0200 |
commit | db7404defd47aa22082b52a6a31a08fb39fab626 (patch) | |
tree | 2ff43940b78d0c1b1fb1d0537847cd124fa1033e /src/mesa/main/api_validate.h | |
parent | 7e0cb473b063072fee121d536e7e37679528e991 (diff) |
mesa: implement new DrawTransformFeedback functions
Acked-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/mesa/main/api_validate.h')
-rw-r--r-- | src/mesa/main/api_validate.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mesa/main/api_validate.h b/src/mesa/main/api_validate.h index 59f3297681e..8dc8df4b2fc 100644 --- a/src/mesa/main/api_validate.h +++ b/src/mesa/main/api_validate.h @@ -83,7 +83,9 @@ _mesa_validate_DrawElementsInstanced(struct gl_context *ctx, extern GLboolean _mesa_validate_DrawTransformFeedback(struct gl_context *ctx, GLenum mode, - struct gl_transform_feedback_object *obj); + struct gl_transform_feedback_object *obj, + GLuint stream, + GLsizei numInstances); #endif |