mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
added call to _mesa_load_state_parameters()
This commit is contained in:
parent
5568a7d301
commit
305b83a415
1 changed files with 3 additions and 0 deletions
|
|
@ -74,6 +74,9 @@ static void update_fs( struct st_context *st )
|
|||
|
||||
if (fp && params) {
|
||||
/* load program's constants array */
|
||||
|
||||
_mesa_load_state_parameters(st->ctx, params);
|
||||
|
||||
fp->constants.nr_constants = params->NumParameters;
|
||||
memcpy(fp->constants.constant,
|
||||
params->ParameterValues,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue