-
Notifications
You must be signed in to change notification settings - Fork 6k
Add details to renderdoc_frame_capture.md #51483
Conversation
I still haven't figured out how to make this work, but here's some additional details that I did figure out!
chinmaygarde
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think I've ever had to build renderdoc from source. Which environment are you running on?
| Building a "debug_unopt" build ensures that you have tracing enabled. Without this, RenderDoc will not have much to show. | ||
|
|
||
| 3. Start RenderDoc, and click the "Launch Application" button. | ||
| 3. Start RenderDoc using the `qrenderdoc` command, and (if necessary) select "Launch Application" button from the menu: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On Windows this is a normal GUI application that isn't launched from the command line. Should we split this into two steps?
Something like:
| 3. Start RenderDoc using the `qrenderdoc` command, and (if necessary) select "Launch Application" button from the menu: | |
| 3. Start RenderDoc. On Linux, use the `qrenderdoc` command | |
| 4. If necessary, select "Launch Application" button .... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tweaked it a bit for ya. :-)
Some variant of Ubuntu. I've no idea why the version from the package manager was crashing on startup, but the version built from source worked fine. |
…145359) flutter/engine@3fde367...89df726 2024-03-18 [email protected] Add details to renderdoc_frame_capture.md (flutter/engine#51483) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC [email protected],[email protected],[email protected] on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
I still haven't figured out how to make this work, but here's some additional details that I did figure out!