Welcome to mirror list, hosted at ThFree Co, Russian Federation.

node_output_surface.osl « shaders « osl « kernel « cycles « intern - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5b24b4b68f8687efca83c1a39c42d42096800d05 (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: Apache-2.0
 * Copyright 2011-2022 Blender Foundation */

#include "stdcycles.h"

surface node_output_surface(closure color Surface = 0)
{
  Ci = Surface;
}