From 4e44d8c4c68c8a4e68b42f1fb2689d348369da86 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sun, 23 Feb 2003 04:09:21 +0000 Subject: parser clean-ups --- src/mesa/main/nvfragprog.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mesa/main/nvfragprog.h') diff --git a/src/mesa/main/nvfragprog.h b/src/mesa/main/nvfragprog.h index 1096463254..d7ef8d4248 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 */ }; -- cgit v1.2.3