Renderdoc Analysis

Domain skill — Inspect an existing RenderDoc capture and export its embedded thumbnail, Chrome trace, or drawcall texture resources. Use for offline graphics triage and automation artifacts. Not for launching a capture — use renderdoc-capture.

dcc-mcp 1ec9f1d 7 files · 6.1 KB Updated

File contents

RenderDoc Analysis

Inspect before exporting. These tools never modify the input .rdc; exports require an explicit destination path and create its parent directory when needed.

Use export_drawcall_resources with an exact event ID to export only texture resources that the pixel shader reports as used at that event. The result records binding, resource name, dimensions, format, and output file for each PNG.

Inspection reports draw_dispatch_count, frame_work_count, present_count, and frame_content_status so a structurally readable capture with no rendering work is not mistaken for a usable frame.

dcc-mcp/dcc-mcp-renderdoc/tree/main/src/dcc_mcp_renderdoc/skills/renderdoc-analysis commit 1ec9f1d8ac

Frequently asked questions

npx skillmds@latest add dcc-mcp/renderdoc-analysis