mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 20:10:17 +01:00
clover: Fix regression in module serialization
We need to serialize semantic information for arguments, which was added
in 06139c56fa.
Reviewed-by: Francisco Jerez <currojerez@riseup.net>
This commit is contained in:
parent
3435aa49f4
commit
8cf6482c3d
1 changed files with 1 additions and 0 deletions
|
|
@ -157,6 +157,7 @@ namespace {
|
|||
_proc(s, x.target_size);
|
||||
_proc(s, x.target_align);
|
||||
_proc(s, x.ext_type);
|
||||
_proc(s, x.semantic);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue