Exemplo n.º 1
0
 protected static void EndFrameRendering(ScriptableRenderContext context, Camera[] cameras)
 {
     RenderPipelineManager.EndContextRendering(context, new List <Camera>(cameras));
 }
Exemplo n.º 2
0
 protected static void EndContextRendering(ScriptableRenderContext context, List <Camera> cameras)
 {
     RenderPipelineManager.EndContextRendering(context, cameras);
 }