avalonia-docs icon indicating copy to clipboard operation
avalonia-docs copied to clipboard

GPU Interop: Warn about thread-safety (particularly with OpenGL)

Open jgcodes2020 opened this issue 1 year ago • 4 comments

Here's an issue I ran into earlier. The error messages are incredibly cryptic and reveal nothing about what's wrong. (https://github.com/AvaloniaUI/Avalonia/issues/12097)

Apparently, the shared OpenGL context you're using can't be current when Skia is importing a texture.

jgcodes2020 avatar Jul 14 '23 19:07 jgcodes2020