get_frame_summary
Retrieve a frame summary with API type, draw call stats, top-level markers, and resource counts to analyze graphics captures.
Instructions
Get a summary of the current capture frame.
Returns statistics about the frame including:
API type (D3D11, D3D12, Vulkan, etc.)
Total action count
Statistics: draw calls, dispatches, clears, copies, presents, markers
Top-level markers with event IDs and child counts
Resource counts: textures, buffers
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||