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

11 lines
197 B
Plaintext

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