pix_save_resource
Save a bound render target or depth buffer from a draw call to a file for inspection. Identify the resource by marker or global id, or use the last capture event that had it bound.
Instructions
Save a bound resource (render target or depth buffer) from a draw call.
The file format follows the destination extension. Without global_id or marker, pixtool uses the last event in the capture that has the resource bound.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rtv | No | ||
| depth | No | ||
| marker | No | ||
| global_id | No | ||
| capture_id | Yes | ||
| destination | Yes | ||
| timeout_seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||