diff options
author | Samuel Pitoiset <[email protected]> | 2017-05-25 12:18:45 +0200 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2017-05-29 10:03:11 +0200 |
commit | 5521dc2477f109d2fbe77c6c70be44974900d356 (patch) | |
tree | 95aaf0f8dc2752813526a85f1897f8e4e28eaf2c /src/mesa/main/texstate.h | |
parent | 48b91103cea7fec8ec2864c3a4f8fe1eec711073 (diff) |
mesa: add KHR_no_error support for glActiveTexture()
Signed-off-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/mesa/main/texstate.h')
-rw-r--r-- | src/mesa/main/texstate.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/main/texstate.h b/src/mesa/main/texstate.h index cb329b07bfb..7c74329a64e 100644 --- a/src/mesa/main/texstate.h +++ b/src/mesa/main/texstate.h @@ -78,6 +78,9 @@ _mesa_print_texunit_state( struct gl_context *ctx, GLuint unit ); /*@{*/ extern void GLAPIENTRY +_mesa_ActiveTexture_no_error( GLenum target ); + +extern void GLAPIENTRY _mesa_ActiveTexture( GLenum target ); extern void GLAPIENTRY |