Add renderer render pass clear contract
This commit is contained in:
@@ -285,18 +285,19 @@ 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
|
||||
backend-owned resource creation, command order, scissor state, depth state,
|
||||
blend state, texture-slot binding, sampler-state binding, texture-upload byte
|
||||
counts, shader-uniform writes, readback bounds, frame-capture sources,
|
||||
destination buffer sizes, and render-target blit regions, records
|
||||
render/scissor/depth/blend/shader-uniform/texture-bind/sampler-bind/upload/
|
||||
readback/frame-capture/blit commands, draw mesh inputs, and records trace
|
||||
markers without a window or GL context.
|
||||
backend-owned resource creation, command order, render-pass color/depth/
|
||||
stencil clear intent, scissor state, depth state, blend state, texture-slot
|
||||
binding, sampler-state binding, texture-upload byte counts,
|
||||
shader-uniform writes, readback bounds, frame-capture sources, destination
|
||||
buffer sizes, and render-target blit regions, records
|
||||
render-pass-clear/scissor/depth/blend/shader-uniform/texture-bind/
|
||||
sampler-bind/upload/readback/frame-capture/blit commands, draw mesh inputs,
|
||||
and records trace markers without a window or GL context.
|
||||
- `pano_cli record-render` exposes the recording renderer through JSON
|
||||
automation, including scissor/depth/blend/shader-uniform/texture-bind/
|
||||
sampler-bind/upload/readback/frame-capture/blit command and byte totals,
|
||||
backend resource creation counts, plus draw vertex/index totals, and is
|
||||
covered by
|
||||
automation, including render-pass/depth-clear counts, scissor/depth/blend/
|
||||
shader-uniform/texture-bind/sampler-bind/upload/readback/frame-capture/blit
|
||||
command and byte totals, backend resource creation counts, plus draw
|
||||
vertex/index totals, and is covered by
|
||||
`pano_cli_record_render_smoke` plus
|
||||
`pano_cli_record_render_rejects_oversized_target`.
|
||||
- `pano_cli simulate-document-history` exposes `pp_document::DocumentHistory`
|
||||
|
||||
Reference in New Issue
Block a user