コード例 #1
0
 protected static void EndFrameRendering(ScriptableRenderContext context, Camera[] cameras)
 {
     RenderPipelineManager.EndContextRendering(context, new List <Camera>(cameras));
 }
コード例 #2
0
 protected static void EndContextRendering(ScriptableRenderContext context, List <Camera> cameras)
 {
     RenderPipelineManager.EndContextRendering(context, cameras);
 }