Rework: don't use pointers anymore for struct
, but allocate them inside the one allocation of UGen
#133
Labels
major
major improvement
This should make access to
structs
faster, as they won't be treated as pointers anymore.Then, use the
UGenInit
to initialize thier value.What about
structs
used inside ofDatas
, though?The text was updated successfully, but these errors were encountered: