mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-29 14:30:10 +01:00
parser clean-ups
This commit is contained in:
parent
14e6bbccff
commit
4e44d8c4c6
2 changed files with 233 additions and 274 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -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 */
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue