find_draws_by_texture
Locate draw calls that reference a texture by partial name, searching across SRVs, UAVs, and render targets to identify matching events.
Instructions
Find all draw calls using a texture with the given name (partial match).
Args: texture_name: Partial name to search for in texture resource names
Returns a list of matching draw calls with event IDs and match reasons. Searches SRVs, UAVs, and render targets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| texture_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||