As Compose Desktop use Skija and Skija has many bi...
# compose-desktop
t
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
Not mandatory, unless you want to release resource immediately. Most objects will be reclaimed by collector once no longer needed.
👏 1
👍 1