You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently don't have any uses of runtime.SetFinalizer, but we do have Vulkan and other C resources that are manually cleaned up through function calls. We can migrate this manual cleanup to the new runtime.AddCleanup as it is a more efficient and safer method to use.
The text was updated successfully, but these errors were encountered:
We currently don't have any uses of
runtime.SetFinalizer
, but we do have Vulkan and other C resources that are manually cleaned up through function calls. We can migrate this manual cleanup to the newruntime.AddCleanup
as it is a more efficient and safer method to use.The text was updated successfully, but these errors were encountered: