HumbleUI / Skija

Java bindings for Skia
Apache License 2.0
501 stars 34 forks source link

Freeing resources on the Cleaner thread might cause issues w/ e.g. OpenGL #5

Open tonsky opened 2 years ago

tonsky commented 2 years ago

Copied from https://github.com/JetBrains/skija/issues/130

Solution: remove finalizer cleaning from “GL-related” resource like Context, make user free them explicitly. Maybe print a warning if not