fix type for Samplers field

This commit is contained in:
Brian 2007-10-31 12:01:08 -06:00
parent b26aae67f5
commit 287d573f5d

View file

@ -62,7 +62,7 @@ struct gl_program_machine
GLuint CondCodes[4]; /**< COND_* value for x/y/z/w */
GLint AddressReg[MAX_PROGRAM_ADDRESS_REGS][4];
GLuint *Samplers; /** Array mapping sampler var to tex unit */
const GLubyte *Samplers; /** Array mapping sampler var to tex unit */
GLuint CallStack[MAX_PROGRAM_CALL_DEPTH]; /**< For CAL/RET instructions */
GLuint StackDepth; /**< Index/ptr to top of CallStack[] */