refactor(srp): make stage capability follow selected renderer
This commit is contained in:
@@ -27,6 +27,13 @@ namespace XCEngine.Rendering
|
||||
return false;
|
||||
}
|
||||
|
||||
protected virtual bool SupportsStageRenderGraphContextual(
|
||||
CameraFrameStage stage,
|
||||
int rendererIndex)
|
||||
{
|
||||
return SupportsStageRenderGraph(stage);
|
||||
}
|
||||
|
||||
protected virtual bool RecordStageRenderGraph(
|
||||
ScriptableRenderContext context)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user