use OpenGL backend on Linux tests
This commit is contained in:
@@ -207,7 +207,7 @@ class TestHelper {
|
|||||||
});
|
});
|
||||||
|
|
||||||
await FFIFilamentApp.create(
|
await FFIFilamentApp.create(
|
||||||
config: FFIFilamentConfig(loadResource: _loadResource));
|
config: FFIFilamentConfig(loadResource: _loadResource, backend: Platform.isLinux ? Backend.OPENGL : Backend.DEFAULT));
|
||||||
}
|
}
|
||||||
|
|
||||||
Future createViewer(
|
Future createViewer(
|
||||||
|
|||||||
Reference in New Issue
Block a user