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

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

#include "stdcycles.h"

shader node_holdout(output closure color Holdout = holdout())
{
}