renderdoc_get_draw_calls
Retrieve and analyze draw calls from RenderDoc capture files to identify rendering issues and optimize graphics performance during debugging.
Instructions
Get a list of all draw calls/events in the capture with their properties.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start_index | No | Starting index for pagination (default: 0). | |
| count | No | Maximum number of draw calls to return (default: 100, max: 1000). |