renderdoc_get_pixel_data
Retrieve pixel color values from specific coordinates in a texture for graphics debugging and analysis.
Instructions
Get pixel color data at a specific location in a texture.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| texture_id | Yes | The resource ID of the texture. | |
| x | Yes | X coordinate of the pixel. | |
| y | Yes | Y coordinate of the pixel. | |
| mip | No | Mip level (default: 0). |