Files
test2/intern/cycles/kernel/osl/shaders/node_output_surface.osl

11 lines
201 B
Plaintext

/* SPDX-FileCopyrightText: 2011-2022 Blender Foundation
*
* SPDX-License-Identifier: Apache-2.0 */
#include "stdcycles.h"
surface node_output_surface(closure color Surface = 0)
{
Ci = Surface;
}