mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 11:00:11 +01:00
ir_function_inlining: Fix missing iter.next() in inlining sampler params.
Fixes glsl-fs-function-samplers.
This commit is contained in:
parent
63cddb27d7
commit
58f1ffdd7c
1 changed files with 2 additions and 0 deletions
|
|
@ -196,6 +196,8 @@ ir_call::generate_inline(ir_instruction *next_ir)
|
|||
assert(deref);
|
||||
do_sampler_replacement(&new_instructions, sig_param, deref);
|
||||
}
|
||||
param_iter.next();
|
||||
sig_param_iter.next();
|
||||
}
|
||||
|
||||
/* Now push those new instructions in. */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue