Commit Graph

3 Commits

Author SHA1 Message Date
36c0614c14 refactor(srp): finalize universal package split and data-drive default scene passes 2026-04-20 23:40:00 +08:00
16788fec34 feat(srp): add explicit skybox draw primitive
- add ScriptableRenderContext.DrawSkybox as a public main-scene draw primitive
- route default RecordScene and DrawSkyboxPass recording through explicit draw calls
- expose the new DrawSkybox API in the scriptable render context probe
2026-04-20 23:02:49 +08:00
5237da23dd feat(srp): add reusable skybox pass
- extract DrawSkyboxPass from UniversalRenderer into a formal package pass primitive
- keep the default Universal skybox stage wired through the new reusable pass
- reduce direct scene phase recording leakage inside the package layer
2026-04-20 22:14:19 +08:00