BabylonJS / BabylonJS/BabylonReactNative
Leaked graphics resources crash app when engine is disposed
Open
- Dominant language
- C++
- Stars
- 432
- Forks
- 72
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 16
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.