get_draw_state
Resolve the full GPU state of any draw/dispatch command: bound pipeline, bind groups, vertex buffers, index buffer, and draw params. Diagnose what a specific draw read.
Instructions
Resolve the full GPU state for a draw/dispatch command: the bound pipeline (and its vertex layout), bind groups per slot (with resource ids), vertex buffers per slot (each with the command index that captured its bytes), the index buffer, and draw params. Use this to diagnose what a specific draw actually read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| captureId | No | Capture id (default: most recent). | |
| commandIndex | Yes | Index of a draw*/dispatch* command (see get_commands). |