Remove public managed scene injection point

This commit is contained in:
2026-04-26 23:43:20 +08:00
parent 3b38d65ab8
commit 6c6daf7ebe
4 changed files with 10 additions and 13 deletions

View File

@@ -152,3 +152,7 @@ Guardrails:
`ScriptableRenderPipelineAsset`, owns renderer-data selection and runtime
resource lifecycle itself, and creates `UniversalRenderPipeline` directly.
The deleted bridge types must remain absent from the public API surface.
- Removed the public managed `SceneRenderInjectionPoint` type. Native scene
injection points remain internal built-in scene-recorder detail; managed SRP /
URP authors should use `RenderPassEvent`, renderer blocks, renderer-list draw
APIs, and RenderGraph declarations instead.