11 lines
201 B
Plaintext
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;
|
|
}
|