Capture next frame
webgl_capture_frameCapture the next WebGL frame for debugging. Automatically handles connection, readiness checks, and runtime installation, returning a summary and resource URIs.
Instructions
Capture the next WebGL frame. Auto-connects, binds readiness checks, installs runtime if needed. Returns summary + resource URIs (not full JSON).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | ||
| canvasId | No | ||
| timeoutMs | No | ||
| canvasIndex | No | ||
| fullCapture | No | Spector fullCapture for richer texture pixels. Defaults true when includeThumbnails=true. | |
| triggerMode | No | next-frame | |
| quickCapture | No | Spector quickCapture. true skips VisualState FBO/canvas screenshots. Defaults false when includeThumbnails=true. | |
| includeCallStacks | No | ||
| includeThumbnails | No | Persist FBO/canvas VisualState screenshots as files under the capture. |