pix_get_pipeline_state
Get the pipeline state bound at a specific GPU event to inspect program type, root signature, and views, helping diagnose rendering issues.
Instructions
The pipeline state bound at one event: program type, root signature, and bound views.
This is PIX's Pipeline State view. event_index is the queue-relative index from pix_list_gpu_events, not the global id used by the pixtool-backed tools. Events that bind no pipeline - Signal, Present, ResourceBarrier - report no_pipeline_state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| queue_id | No | ||
| capture_id | Yes | ||
| event_index | Yes | ||
| timeout_seconds | No | ||
| include_bindings | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||