get_buffer_contents
Read buffer contents from a RenderDoc capture by specifying resource ID, byte offset, and data length; returns base64-encoded bytes.
Instructions
Read the contents of a buffer resource.
Args: resource_id: The resource ID of the buffer to read offset: Byte offset to start reading from (default: 0) length: Number of bytes to read, 0 for entire buffer (default: 0)
Returns buffer data as base64-encoded bytes along with metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| length | No | ||
| offset | No | ||
| resource_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||