Remove explicit feature-pass shadow graph handle

This commit is contained in:
2026-04-14 21:40:02 +08:00
parent 5b0a1743d9
commit 86eb455ab9
4 changed files with 22 additions and 7 deletions

View File

@@ -195,7 +195,6 @@ bool BuiltinForwardPipeline::RecordMainSceneRenderGraph(
{},
colorTargets,
depthTarget,
mainDirectionalShadowTexture,
clearAttachments,
executionSucceeded,
beginRecordedPass,

View File

@@ -134,7 +134,6 @@ bool SceneRenderFeatureHost::Record(
context.sourceColorTexture,
context.colorTargets,
context.depthTarget,
context.mainDirectionalShadowTexture,
clearAttachments,
context.executionSucceeded,
context.beginPassCallback,