Skip to content

Commit

Permalink
[Impeller] Fix markdown formatting for blocks with tips. (#53789)
Browse files Browse the repository at this point in the history
In the previous patch, I had used the incorrect markdown syntax.

Followup for #53671
  • Loading branch information
chinmaygarde authored Jul 10, 2024
1 parent 0716db4 commit db2b45b
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit db2b45b

Please sign in to comment.