diff options
author | Brian Paul <[email protected]> | 2002-12-05 04:51:57 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2002-12-05 04:51:57 +0000 |
commit | 6cb5b3475d0d4a40479702e93b3c6a7a4129bb41 (patch) | |
tree | f4d65f2c05338e7e0725f9d3146ceb63cb4228d3 /src/mesa/main/texstate.h | |
parent | 93e0ba8b80338e3526dcf686afef369e39391b45 (diff) |
added _mesa_print_texunit_state() for debugging
Diffstat (limited to 'src/mesa/main/texstate.h')
-rw-r--r-- | src/mesa/main/texstate.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/mesa/main/texstate.h b/src/mesa/main/texstate.h index 6950b211298..343f289d82a 100644 --- a/src/mesa/main/texstate.h +++ b/src/mesa/main/texstate.h @@ -1,8 +1,8 @@ -/* $Id: texstate.h,v 1.9 2002/06/17 23:36:31 brianp Exp $ */ +/* $Id: texstate.h,v 1.10 2002/12/05 04:51:57 brianp Exp $ */ /* * Mesa 3-D graphics library - * Version: 4.1 + * Version: 5.1 * * Copyright (C) 1999-2002 Brian Paul All Rights Reserved. * @@ -35,6 +35,9 @@ extern void _mesa_copy_texture_state( const GLcontext *src, GLcontext *dst ); +extern void +_mesa_print_texunit_state( GLcontext *ctx, GLuint unit ); + /*** Called from API ***/ |