Expose recording renderer through pano cli

This commit is contained in:
2026-06-02 09:47:09 +02:00
parent 1d44036933
commit b82cc1e4bd
5 changed files with 138 additions and 0 deletions

View File

@@ -743,6 +743,9 @@ Results:
- `pp_renderer_api` now includes a headless `RecordingRenderDevice` with strict
command-order validation and command/trace capture, giving automation a
backend-neutral render path that does not require a window or GL context.
- `pano_cli record-render` exercises that headless recording renderer and emits
JSON command counts, target dimensions, backend name, and trace/draw summary
for agent automation.
- PowerShell package-smoke wrapper validates the Windows CMake app executable
and runtime `data/` copy.
- Android arm64 configured with NDK 29.0.14206865 through the platform-build