find_draws_by_shader
Locate draw calls that use a shader matching a given name (partial match), with optional stage filter, and return event IDs and match reasons.
Instructions
Find all draw calls using a shader with the given name (partial match).
Args: shader_name: Partial name to search for in shader names or entry points stage: Optional shader stage to search (if not specified, searches all stages)
Returns a list of matching draw calls with event IDs and match reasons.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stage | No | ||
| shader_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||