Add renderer readback command contract
This commit is contained in:
@@ -285,10 +285,12 @@ Known local toolchain state:
|
||||
source code reintroduces raw `GL_*`/`WGL_*` constants outside the allowed
|
||||
legacy OpenGL implementation files.
|
||||
- `pp_renderer_api` exposes a headless `RecordingRenderDevice` that validates
|
||||
command order, records render commands, and records trace markers without a
|
||||
window or GL context.
|
||||
command order, readback bounds, and destination buffer sizes, records render
|
||||
and readback 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`.
|
||||
automation, including readback command/byte totals, and is covered by
|
||||
`pano_cli_record_render_smoke`.
|
||||
- `pano_cli simulate-document-history` exposes `pp_document::DocumentHistory`
|
||||
apply/undo/redo state through JSON automation and is covered by
|
||||
`pano_cli_simulate_document_history_smoke`.
|
||||
|
||||
Reference in New Issue
Block a user