Is there a way to preserve the drawing buffer/frame in canvas? If i’m using
LaunchedEffect(){…}
along with
withFrameNanos{..}
to update a state (using loop, say for creating a game or animation). Can the previous frame be preserved without recomposition in jetpack compose? Something like