Add URP RenderGraph API compatibility surface

This commit is contained in:
2026-04-25 15:51:05 +08:00
parent c0c0bbdfa3
commit 5f73b35c0f
8 changed files with 246 additions and 20 deletions

View File

@@ -2,6 +2,7 @@ using System;
using System.Reflection;
using XCEngine;
using XCEngine.Rendering;
using XCEngine.Rendering.RenderGraphModule;
using XCEngine.Rendering.Universal;
namespace Gameplay
@@ -347,6 +348,12 @@ namespace Gameplay
{
}
public override void RecordRenderGraph(
RenderGraph renderGraph,
ContextContainer frameData)
{
}
protected override bool RecordRenderGraph(
ScriptableRenderContext context,
RenderingData renderingData)