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

@@ -244,6 +244,8 @@ Known local toolchain state:
- `pp_renderer_api` exposes a headless `RecordingRenderDevice` that validates
command order, records render commands, and records trace markers without a
window or GL context.
- `pano_cli record-render` exposes the recording renderer through JSON
automation and is covered by `pano_cli_record_render_smoke`.
- `pp_ui_core` consumes vcpkg tinyxml2 only when `PP_USE_VCPKG_TINYXML2=ON`
through the vcpkg preset; default and Android validation still use the
retained vendored fallback tracked by DEBT-0012.