Tighten URP pass queue snapshot ownership

This commit is contained in:
2026-04-27 15:21:57 +08:00
parent c0b829cd6a
commit 66d968c3ce
22 changed files with 849 additions and 51 deletions

View File

@@ -20,6 +20,11 @@ namespace XCEngine.Rendering
.Rendering_ScriptableRenderPipelinePlanningContext_GetRendererIndex(
m_nativeHandle);
public ulong framePlanId =>
InternalCalls
.Rendering_ScriptableRenderPipelinePlanningContext_GetFramePlanId(
m_nativeHandle);
public bool IsStageRequested(
CameraFrameStage stage)
{