feat(srp): add render queue range authoring

- add a core RenderQueueRange helper for managed scene draw filtering
- let FilteringSettings and RenderObjectsRendererFeature consume queue ranges directly
- wire the new authoring path into probes and project-side usage
This commit is contained in:
2026-04-20 22:10:18 +08:00
parent cee65fcf40
commit db7f427112
6 changed files with 79 additions and 11 deletions

View File

@@ -139,6 +139,9 @@ namespace ProjectScripts
RenderPassEvent.RenderOpaques,
scenePhase =
SceneRenderPhase.Opaque,
overrideRenderQueueRange = true,
renderQueueRange =
RenderQueueRange.Opaque,
rendererListType =
RendererListType.Opaque
}