find_draws_by_resource
Locate all draw calls that use a specific resource ID across shaders, views, and targets. Returns event IDs and match reasons for each draw.
Instructions
Find all draw calls using a specific resource ID (exact match).
Args: resource_id: Resource ID to search for (e.g. "ResourceId::12345" or "12345")
Returns a list of matching draw calls with event IDs and match reasons. Searches shaders, SRVs, UAVs, render targets, and depth targets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resource_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||