Join Slack
Powered by
As Compose Desktop use Skija and Skija has many bi...
# compose-desktop
t
Thiago
06/09/2021, 1:22 AM
As Compose Desktop use Skija and Skija has many bindings to native creating Pointers with managed class must I always use this resources with
.use {}
function to avoid leak pointers? I know there is many functions in the Compose canvas but the more powerful still using NativeCanvas.
o
olonho
06/09/2021, 9:04 AM
Not mandatory, unless you want to release resource immediately. Most objects will be reclaimed by collector once no longer needed.
👏 1
👍 1
Open in Slack
Previous
Next