Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Offscreen, Linux. Fix native crash when OpenGL isn't available (#877)
Instead, fallback to Software. Discovered during #876 investigation ## Explanation We throw RenderException, and Fallback mechanism catches it and switches to Software ## Testing 1. Setup the system without OpenGL 2. Run SkiaSwingLayer 3. See the native crash
- Loading branch information