renderdoc_get_texture_thumbnail
Generate a base64 thumbnail image of a texture from RenderDoc captures to visualize texture contents for debugging and analysis.
Instructions
Get a base64 encoded thumbnail image of a texture. Useful for quickly visualizing texture contents.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| texture_id | Yes | The resource ID of the texture. | |
| mip | No | Mip level to visualize (default: 0). | |
| max_size | No | Maximum dimension for thumbnail (default: 256). |