search_calls
Regex search graphics function names across a trace to get call counts and numbers, revealing usage patterns like fixed-function vs shader constants.
Instructions
Regex search over function names across the trace; returns counts and call numbers.
The cheapest way to find out whether a game uses fixed-function transforms or shader constants: search 'SetTransform|SetVertexShaderConstant'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| calls | No | ||
| trace | Yes | ||
| pattern | Yes | ||
| timeout | No | ||
| max_hits | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||