mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-13 13:30:29 +01:00
tsgi: make Consts const
This commit is contained in:
parent
49becd2d7c
commit
938ec19210
1 changed files with 1 additions and 1 deletions
|
|
@ -166,7 +166,7 @@ struct tgsi_exec_machine
|
|||
|
||||
float Imms[TGSI_EXEC_NUM_IMMEDIATES][4];
|
||||
unsigned ImmLimit;
|
||||
float (*Consts)[4];
|
||||
const float (*Consts)[4];
|
||||
struct tgsi_exec_vector *Inputs;
|
||||
struct tgsi_exec_vector *Outputs;
|
||||
const struct tgsi_token *Tokens;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue