feat(rendering): add scriptable render context v1

This commit is contained in:
2026-04-17 21:53:52 +08:00
parent 4e2261ad37
commit 9026aff881
8 changed files with 290 additions and 7 deletions

View File

@@ -13,7 +13,7 @@ namespace XCEngine
}
protected internal virtual bool RecordStageRenderGraph(
CameraFrameStage stage)
ScriptableRenderContext context)
{
return false;
}