mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-11 08:15:30 +00:00
[Bind] Propagate ComputeSize attribute in cloned Parameters
This commit is contained in:
parent
e11b7ca993
commit
9012101e8c
|
@ -45,6 +45,7 @@ namespace Bind.Structures
|
|||
Generic = p.Generic;
|
||||
Flow = p.Flow;
|
||||
cache = p.cache;
|
||||
ComputeSize = p.ComputeSize;
|
||||
//this.rebuild = false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue