feat(scripting): add managed SRP runtime bridge

This commit is contained in:
2026-04-17 21:38:22 +08:00
parent 8f847db816
commit f4fb859972
6 changed files with 908 additions and 4 deletions

View File

@@ -109,7 +109,9 @@ bool ScriptableRenderPipelineHost::RecordStageRenderGraph(
if (m_stageRecorder != nullptr &&
m_stageRecorder->SupportsStageRenderGraph(context.stage)) {
return m_stageRecorder->RecordStageRenderGraph(context);
if (m_stageRecorder->RecordStageRenderGraph(context)) {
return true;
}
}
return m_pipelineRenderer != nullptr &&