mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 17:50:11 +01:00
glsl_to_tgsi: silence compiler warning
This commit is contained in:
parent
bf1cee9f24
commit
b30bbd7436
1 changed files with 1 additions and 1 deletions
|
|
@ -1207,7 +1207,7 @@ st_translate_mesa_program(
|
|||
else
|
||||
t->constants[i] =
|
||||
ureg_DECL_immediate( ureg,
|
||||
program->Parameters->ParameterValues[i],
|
||||
(const float*) program->Parameters->ParameterValues[i],
|
||||
4 );
|
||||
break;
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue