mirror of
https://github.com/Blinue/Magpie.git
synced 2026-06-24 02:04:10 +00:00
feat: 移植 RAVU_R3
This commit is contained in:
parent
d44156f68a
commit
34022bbbaa
19 changed files with 638 additions and 76 deletions
|
|
@ -116,7 +116,7 @@ void serialize(Archive& ar, EffectValueConstantDesc& o) {
|
|||
|
||||
template<typename Archive>
|
||||
void serialize(Archive& ar, EffectIntermediateTextureDesc& o) {
|
||||
ar& o.format& o.name& o.sizeExpr;
|
||||
ar& o.format& o.name & o.source & o.sizeExpr;
|
||||
}
|
||||
|
||||
template<typename Archive>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue