use OpenGL backend on Linux tests

This commit is contained in:
Nick Fisher
2025-06-25 11:13:07 +08:00
parent 682881e133
commit e9f0d5b745

View File

@@ -207,7 +207,7 @@ class TestHelper {
});
await FFIFilamentApp.create(
config: FFIFilamentConfig(loadResource: _loadResource));
config: FFIFilamentConfig(loadResource: _loadResource, backend: Platform.isLinux ? Backend.OPENGL : Backend.DEFAULT));
}
Future createViewer(