This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -179,6 +179,7 @@ To your `AndroidManifest.xml` file, add under the `<application>` tag:
179
179
180
180
## Documentation, References, and Additional Reading
181
181
182
+ * [ Frequently Asked Questions] ( docs/faq.md )
182
183
* [ Impellers Coordinate System] ( docs/coordinate_system.md )
183
184
* [ How to Setup Xcode for GPU Frame Captures with Metal.] ( docs/xcode_frame_capture.md )
184
185
* [ Learning to Read GPU Frame Captures] ( docs/read_frame_captures.md )
Original file line number Diff line number Diff line change
1
+ # Frequently Asked Questions
2
+
3
+ * How do you run ` impeller_unittests ` with Playgrounds enabled?
4
+ * Playgrounds in the ` impeller_unittests ` harness can be enabled in one of
5
+ three ways:
6
+ * Edit ` gn args ` directly and add ` impeller_enable_playground = true ` .
7
+ * Add the ` --enable-impeller-playground ` flag to your ` ./flutter/tools/gn `
8
+ invocation.
9
+ * Set the ` FLUTTER_IMPELLER_ENABLE_PLAYGROUND ` to ` 1 ` before invoking
10
+ ` ./flutter/tools/gn ` . Only do this if you frequently work with Playgrounds
11
+ and don't want to have to set the flags manually. Also, it would be a bad
12
+ idea to set this environment variable on CI.
You can’t perform that action at this time.
0 commit comments