mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
ir_reader: Set function signatures as defined.
This commit is contained in:
parent
c05bc5b7cc
commit
f6c90d8b34
1 changed files with 1 additions and 0 deletions
|
|
@ -295,6 +295,7 @@ read_function_sig(_mesa_glsl_parse_state *st, ir_function *f, s_list *list,
|
|||
return;
|
||||
}
|
||||
read_instructions(st, &sig->body, body_list, NULL);
|
||||
sig->is_defined = true;
|
||||
}
|
||||
|
||||
st->symbols->pop_scope();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue