Open CedricGuillemet opened 2 years ago
Linked to https://github.com/BabylonJS/BabylonReactNative/issues/464
Context: Graphics resources are created and not disposed like VertexBuffer for example. Bgfx is shutdown when the engine is disposed. After some time, the GC tries to free the resources but because bgfx is not valid anymore, app crashes.
@CedricGuillemet Is this still true?
Hard to be sure without testing but I guess, yes. In the mean time, no user complained about this. I think we can close it.
Linked to https://github.com/BabylonJS/BabylonReactNative/issues/464
Context: Graphics resources are created and not disposed like VertexBuffer for example. Bgfx is shutdown when the engine is disposed. After some time, the GC tries to free the resources but because bgfx is not valid anymore, app crashes.