get_shader_info
Retrieve shader disassembly, constant buffer values, and resource bindings for a specific shader stage at a given event ID.
Instructions
Get shader information for a specific stage at a given event.
Args: event_id: The event ID to inspect the shader at stage: The shader stage (vertex, hull, domain, geometry, pixel, compute)
Returns shader disassembly, constant buffer values, and resource bindings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stage | Yes | ||
| event_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||