protected static void EndFrameRendering(ScriptableRenderContext context, Camera[] cameras) { RenderPipelineManager.EndContextRendering(context, new List <Camera>(cameras)); }
protected static void EndContextRendering(ScriptableRenderContext context, List <Camera> cameras) { RenderPipelineManager.EndContextRendering(context, cameras); }