Tighten URP pass queue snapshot ownership
This commit is contained in:
@@ -34,6 +34,16 @@ namespace XCEngine.Rendering
|
||||
return SupportsStageRenderGraph(stage);
|
||||
}
|
||||
|
||||
protected virtual bool SupportsStageRenderGraphContextual(
|
||||
CameraFrameStage stage,
|
||||
int rendererIndex,
|
||||
ulong framePlanId)
|
||||
{
|
||||
return SupportsStageRenderGraphContextual(
|
||||
stage,
|
||||
rendererIndex);
|
||||
}
|
||||
|
||||
protected virtual bool RecordStageRenderGraph(
|
||||
ScriptableRenderContext context)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user