mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 23:30:10 +01:00
fix type for Samplers field
This commit is contained in:
parent
b26aae67f5
commit
287d573f5d
1 changed files with 1 additions and 1 deletions
|
|
@ -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[] */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue