feat(scripting): add managed SRP runtime bridge
This commit is contained in:
@@ -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 &&
|
||||
|
||||
Reference in New Issue
Block a user