feat: 移植 RAVU_R3

This commit is contained in:
Xu Liu 2021-10-28 19:36:31 +08:00
commit 34022bbbaa
19 changed files with 638 additions and 76 deletions

View file

@ -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>