mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
clover: Add missing fields to the clover::module serialization code.
Tested-by: "Dorrington, Albert" <albert.dorrington@lmco.com>
This commit is contained in:
parent
efcc84f425
commit
5195f1d9c6
1 changed files with 3 additions and 0 deletions
|
|
@ -108,6 +108,9 @@ namespace {
|
|||
proc(S &s, QT &x) {
|
||||
_proc(s, x.type);
|
||||
_proc(s, x.size);
|
||||
_proc(s, x.target_size);
|
||||
_proc(s, x.target_align);
|
||||
_proc(s, x.ext_type);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue