refactor(srp): add camera depth prepass planning bridge

This commit is contained in:
2026-04-21 16:56:20 +08:00
parent 1cb23cd178
commit 4300e45168
7 changed files with 123 additions and 2 deletions

View File

@@ -94,6 +94,13 @@ namespace XCEngine.Rendering
m_nativeHandle);
}
public bool RequestCameraDepthOnlyStage()
{
return InternalCalls
.Rendering_ScriptableRenderPipelinePlanningContext_RequestCameraDepthOnlyStage(
m_nativeHandle);
}
public void ClearDepthOnlyStage()
{
InternalCalls