Group camera frame fullscreen color chain intent

This commit is contained in:
2026-04-15 00:32:23 +08:00
parent ac836ae961
commit 00fa6fffa0
7 changed files with 108 additions and 60 deletions

View File

@@ -264,7 +264,7 @@ bool CameraRenderer::Render(
"CameraRenderer::Render failed: post-process request invalid");
return false;
}
if (plan.usesGraphManagedMainSceneColor &&
if (plan.UsesGraphManagedMainSceneColor() &&
(m_pipeline == nullptr || !m_pipeline->SupportsMainSceneRenderGraph())) {
Debug::Logger::Get().Error(
Debug::LogCategory::Rendering,