diff options
author | Brian Paul <[email protected]> | 2003-02-23 04:09:21 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2003-02-23 04:09:21 +0000 |
commit | 4e44d8c4c68c8a4e68b42f1fb2689d348369da86 (patch) | |
tree | fe356387c56fc4d1e0cbebf33a715ca1188e0d05 /src/mesa/main/nvfragprog.h | |
parent | 14e6bbccffa0a4d6b9d505212e812521da3677b6 (diff) |
parser clean-ups
Diffstat (limited to 'src/mesa/main/nvfragprog.h')
-rw-r--r-- | src/mesa/main/nvfragprog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/main/nvfragprog.h b/src/mesa/main/nvfragprog.h index 10964632544..d7ef8d42485 100644 --- a/src/mesa/main/nvfragprog.h +++ b/src/mesa/main/nvfragprog.h @@ -1,4 +1,4 @@ -/* $Id: nvfragprog.h,v 1.2 2003/02/17 15:38:03 brianp Exp $ */ +/* $Id: nvfragprog.h,v 1.3 2003/02/23 04:09:21 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -141,7 +141,7 @@ struct fp_instruction GLboolean UpdateCondRegister; GLuint Precision; /* SINGLE, HALF or FIXED */ GLuint TexSrcUnit; /* texture unit for TEX, TXD, TXP instructions */ - GLenum TexSrcTarget; /* texture target for TEX, TXD, TXP instructions */ + GLuint TexSrcIndex; /* texture target for TEX, TXD, TXP instructions */ }; |