You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,8 +23,8 @@ For detailed information on library development, building, testing, and contribu
23
23
## Graphite
24
24
25
25
Skia has two backends: Ganesh and Graphite. Ganesh is the default backend.
26
-
If you want to experiment with Graphite, you can enable it by building Skia with `SK_GRAPHITE=1 yarn build-skia`.
26
+
If you want to experiment with Graphite, you can enable it by building Skia with `SK_GRAPHITE=1 yarn build-skia`.
27
27
Skia Graphite requires Android API Level 26 or above.
28
28
29
-
React Native Skia automatically detects if the Dawn WebGPU implementation library files are available. If they are present, it will automatically assume that Graphite is enabled.
29
+
React Native Skia automatically detects Graphite via a marker file included in the prebuilt libs.
0 commit comments