Would it make sense to create (and dispose with `DisposableEffect`) a `Composition` in the `skippabl...
d
Would it make sense to create (and dispose with
DisposableEffect
) a
Composition
in the
skippableUpdate
parameter of
ComposeNode
?
Or the more general question I guess, of just creating resources in
skippableUpdate
.