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

8 lines
191 B
Plaintext

/* SPDX-FileCopyrightText: 2011-2022 Blender Foundation
*
* SPDX-License-Identifier: Apache-2.0 */
#include "stdcycles.h"
shader node_holdout(output closure color Holdout = holdout()) {}