Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions impeller/docs/opengles_development_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ If you are visually verifying a subset of tests quickly, you can specify how lon
--playground_timeout_ms=1000
```

> ![TIP]
> [!TIP]
> To render one and only frame of each playground, specify the a timeout of 0 milliseconds.

### Selecting a Subset of Tests to Run
Expand Down Expand Up @@ -68,7 +68,7 @@ Setup Xcode for frame captures with Playgrounds [using the documented instructio

We are going to use Angle to translate OpenGL ES calls into Metal calls and then debug/profile the results. You can switch backends by tinkering with the filters as command line arguments in Xcode run scheme.

> ![TIP]
> [!TIP]
> You'll be editing the Xcode run scheme a lot as you switch backends and tests. The shortcut to edit the scheme is `⌘ + ⇧ + r`.

An alternative on non-macOS platforms is RenderDoc. Instructions to [setup RenderDoc are here](./renderdoc_frame_capture.md). RenderDoc is **not** available on macOS.
Expand Down