Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 6576558

Browse files
authored
[Impeller] Add an FAQ. (#34052)
1 parent 89ed1ca commit 6576558

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

impeller/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ To your `AndroidManifest.xml` file, add under the `<application>` tag:
179179

180180
## Documentation, References, and Additional Reading
181181

182+
* [Frequently Asked Questions](docs/faq.md)
182183
* [Impellers Coordinate System](docs/coordinate_system.md)
183184
* [How to Setup Xcode for GPU Frame Captures with Metal.](docs/xcode_frame_capture.md)
184185
* [Learning to Read GPU Frame Captures](docs/read_frame_captures.md)

impeller/docs/faq.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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.

0 commit comments

Comments
 (0)