refactor(srp): move urp final color execution into managed feature

This commit is contained in:
2026-04-21 12:59:52 +08:00
parent 0063acadc9
commit 5bec70dcc5
12 changed files with 385 additions and 13 deletions

View File

@@ -65,5 +65,12 @@ namespace XCEngine.Rendering
m_nativeHandle,
(int)stage);
}
public bool HasFinalColorProcessing()
{
return InternalCalls
.Rendering_ScriptableRenderPipelinePlanningContext_GetHasFinalColorProcessing(
m_nativeHandle);
}
}
}