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

@@ -23,6 +23,11 @@ namespace XCEngine.Rendering
.Rendering_ScriptableRenderContext_GetRendererIndex(
m_nativeHandle);
public ulong framePlanId =>
InternalCalls
.Rendering_ScriptableRenderContext_GetFramePlanId(
m_nativeHandle);
public RenderGraphTextureHandle sourceColorTexture =>
RenderGraphTextureHandle.FromNativeIndex(
InternalCalls